Changeset 36317 for other-projects


Ignore:
Timestamp:
2022-07-28T09:14:55+12:00 (21 months ago)
Author:
davidb
Message:

Further development of setup files

Location:
other-projects/bib-stinky/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/bib-stinky/trunk/nodejs-server/bibstinky-setup.bash

    r36315 r36317  
    11
    2 pushd ../ext/selfcontained-nodejs
    3 . ./setup.bash
    4 popd
     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
    56
     7#    pushd ../ext/selfcontained-nodejs
     8#    . ./setup.bash
     9#    popd
Note: See TracChangeset for help on using the changeset viewer.