Changeset 36448


Ignore:
Timestamp:
2022-08-22T17:15:58+12:00 (20 months ago)
Author:
davidb
Message:

Shifting to the cli extension approach

File:
1 moved

Legend:

Unmodified
Added
Removed
  • gs3-extensions/selfcontained-nodejs/trunk/setup.bash.DEPRECATED

    r36447 r36448  
    4444fi
    4545
    46 if [ "x$os_root" = "xcygwin" ] ; then
    47     if [ ! -x $nodejs_package/node.exe ] ; then
    48     echo "" >&2
    49     echo "**** Note ****" >&2
    50     echo "Under Cygwin, the programs in the 'bin' directory often lack" >&2
    51     echo "execute permissions.  This can be addressed with:" >&2
    52     echo "  chmod a+x $nodejs_package/*.{exe,bat,cmd} $nodejs_package/{npm,npx}" >&2
    53     fi
    54 fi
    5546
    5647
Note: See TracChangeset for help on using the changeset viewer.