Changeset 36330
- Timestamp:
- 2022-07-28T23:47:44+12:00 (14 months ago)
- Location:
- other-projects/bib-stinky/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/bib-stinky/trunk/SETUP.bash
r36317 r36330 34 34 fi 35 35 36 if [ -d nodejs-server ] ; then37 . ./nodejs-server/bibstinky-setup.bash38 else39 echo "Warning: Failed to find:" >&240 echo " ./nodejs-server/bibstinky-setup.bash" >&241 echo "=> Unable to run the Bib-Stinky web server" >&242 fi36 #if [ -d nodejs-server ] ; then 37 # . ./nodejs-server/bibstinky-setup.bash 38 #else 39 # echo "Warning: Failed to find:" >&2 40 # echo " ./nodejs-server/bibstinky-setup.bash" >&2 41 # echo "=> Unable to run the Bib-Stinky web server" >&2 42 #fi 43 43 44 44 -
other-projects/bib-stinky/trunk/nodejs-server/bibstinky-setup.bash
r36317 r36330 2 2 if [ "x$SELFCONTAINED_NODEJS" = "x" ] ;then 3 3 echo "Warning: Environment variable SELFCONTAINED_NODEJS not set" >&2 4 echo "Have you from sourced from the Bib-Stin y's top-level directory ext/selfcontained-nodejs/setup.bash ?" >&24 echo "Have you from sourced from the Bib-Stinky's top-level directory SETUP.bash ?" >&2 5 5 fi 6 6 7 # pushd ../ext/selfcontained-nodejs 8 # . ./setup.bash 9 # popd 7 8 if [ "x$VIRTUALENV_PYTHON" = "x" ] ;then 9 echo "Warning: Environment variable VIRTUALENV_PYTHON not set" >&2 10 echo "Have you from sourced from the Bib-Stinky's top-level directory SETUP.bash ?" >&2 11 fi 12
Note:
See TracChangeset
for help on using the changeset viewer.