Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Mac and Windows
Description
Inside the Init file: cordova-blackberry/blackberry10/bin/init
the dirname variable
All calls to dirname need to quote shell variables so it can handle directories and files with spaces.
Notes: This defect was found when the directory of the project contained a space on Mac. In Windows, this issue may occur since node will be installed in a location where it contains a space.