-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: janusweb
action: commit
revision:
path_from:
revision_from: 8960ccc3703855c3c760c0e55b4064e6c2b5b30e:
path_to:
revision_to:

git.thebackupbox.net

janusweb

git://git.thebackupbox.net/janusweb

commit 8960ccc3703855c3c760c0e55b4064e6c2b5b30e
Author: James Baicoianu <james_github@baicoianu.com>
Date:   Sun Apr 21 15:53:24 2019 -0700

    nodejs version debugging

diff --git a/utils/build.sh b/utils/build.sh

index 14300d5b15828f500a111225d21b0d6006beef61..

index ..7468e26d6f6654601ed5fdf658c62c488a53073d 100755

--- a/utils/build.sh
+++ b/utils/build.sh
@@ -1,8 +1,8 @@
 #!/bin/bash

-NODEJS=`which nodejs`
+NODEJS=`which node`
 if [ -z "$NODEJS" ]; then
-  NODEJS=`which node`
+  NODEJS=`which nodejs`
 fi
 if [ -z "$NODEJS" ]; then
   echo "ERROR - Can't find 'nodejs' or 'node' binary in path, exiting"

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

-- Response ended

-- Page fetched on Sun Jun 2 16:24:20 2024