source: other-projects/bib-stinky/trunk/nodejs-server/bibstinky-setup.bash@ 36317

Last change on this file since 36317 was 36317, checked in by davidb, 21 months ago

Further development of setup files

File size: 312 bytes
Line 
1
2if [ "x$SELFCONTAINED_NODEJS" = "x" ] ;then
3 echo "Warning: Environment variable SELFCONTAINED_NODEJS not set" >&2
4 echo "Have you from sourced from the Bib-Stiny's top-level directory ext/selfcontained-nodejs/setup.bash ?" >&2
5fi
6
7# pushd ../ext/selfcontained-nodejs
8# . ./setup.bash
9# popd
Note: See TracBrowser for help on using the repository browser.