repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 2939225727e20cfdb6fb36d77db10e21cadcfd9b:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 2939225727e20cfdb6fb36d77db10e21cadcfd9b
Author: James Baicoianu 
Date:   Tue Jan 23 01:42:17 2018 -0800

    Fix for paths with spaces in build scripts

diff --git a/utils/build.sh b/utils/build.sh
index 9eca7ab6ee79b99931dcb2794e7d30d0c133d890..
index ..906315d4e7ca446d1e05c5df2cee16bdb69bc31f 100755
--- a/utils/build.sh
+++ b/utils/build.sh
@@ -10,7 +10,7 @@ if [ -z "$NODEJS" ]; then
 fi


-VERSION=$($NODEJS -pe "require('./package.json').version")
+VERSION=$("$NODEJS" -pe "require('./package.json').version")
 BUILDROOT=$(pwd)/build
 BUILDBASE=${VERSION}
 BUILDDIR=${BUILDROOT}/${BUILDBASE}

-----END OF PAGE-----