repo: janusweb
action: commit
revision: 
path_from: 
revision_from: b4bd22f86524f044654921303444db2025d42446:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit b4bd22f86524f044654921303444db2025d42446
Author: James Baicoianu 
Date:   Sun Apr 21 15:50:09 2019 -0700

    Debug nodejs version problem

diff --git a/utils/build.sh b/utils/build.sh
index 854a6485d6f1863fad8a5e8858d42f6c18a0e4d6..
index ..14300d5b15828f500a111225d21b0d6006beef61 100755
--- a/utils/build.sh
+++ b/utils/build.sh
@@ -19,8 +19,8 @@ ZIPNAME=janusweb-${VERSION}

 echo $BUILDROOT
 echo $BUILDDIR
-echo -n 'nodejs '
-nodejs --version
+echo -n 'nodejs: $NODEJS '
+$NODEJS --version

 if [ ! -e "$BUILDDIR" ]; then
   mkdir -p "$BUILDDIR"

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