repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 1da08538d94424974dc3d7e637828b3742e2ccdb:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 1da08538d94424974dc3d7e637828b3742e2ccdb
Author: James Baicoianu 
Date:   Sun Apr 21 15:46:39 2019 -0700

    Print nodejs version

diff --git a/utils/build.sh b/utils/build.sh
index 906315d4e7ca446d1e05c5df2cee16bdb69bc31f..
index ..854a6485d6f1863fad8a5e8858d42f6c18a0e4d6 100755
--- a/utils/build.sh
+++ b/utils/build.sh
@@ -19,6 +19,9 @@ ZIPNAME=janusweb-${VERSION}

 echo $BUILDROOT
 echo $BUILDDIR
+echo -n 'nodejs '
+nodejs --version
+
 if [ ! -e "$BUILDDIR" ]; then
   mkdir -p "$BUILDDIR"
 fi

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