Fix file path issue
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/commit/aaeb70f8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/tree/aaeb70f8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/diff/aaeb70f8 Branch: refs/heads/master Commit: aaeb70f8dd4aed244e4907f5522a4f9ad665e545 Parents: 8b7a0c4 Author: Joshua Granick <jos...@joshuagranick.com> Authored: Mon Aug 13 13:36:31 2012 -0700 Committer: Joshua Granick <jos...@joshuagranick.com> Committed: Mon Aug 13 13:36:31 2012 -0700 ---------------------------------------------------------------------- bin/create | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/aaeb70f8/bin/create ---------------------------------------------------------------------- diff --git a/bin/create b/bin/create index 2ae66e2..abce199 100755 --- a/bin/create +++ b/bin/create @@ -31,7 +31,7 @@ then fi BUILD_PATH=$( cd "$( dirname "$0" )/.." && pwd ) -VERSION=$(cat $BUILD_PATH/VERSION) +VERSION=$(cat "$BUILD_PATH/VERSION") PROJECT_PATH=${1:-"./example"} APPNAME=${2:-"cordovaExample"}