-
17 Dec 2012 7:23 AM #1
Bug with tilde expansion on Linux x64
Bug with tilde expansion on Linux x64
Hey,
Not sure if this is the right place, but I found a small issue with tilde expansion on Linux x64. When a path with a tilde in it is provided to the --path argument when running 'sencha generate app', the following crash occurs and the app is not generated correctly: http://pastebin.com/Wh7AddZe
When an absolute path is provided, 'sencha generate app' functions correctly.
Example crashing command:
sencha generate app --path=~/projects/mobile/src/
Example correctly working command:
sencha generate app --path=/home/jcavanagh/projects/mobile/src/
Thanks,
Joe
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote