Changeset 34259 for main/trunk/gli/client-gli.sh
- Timestamp:
- 2020-07-10T14:26:03+12:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/gli/client-gli.sh
r31649 r34259 83 83 if [ "$exit_status" -ne 1 ]; then 84 84 local_gs="true" 85 fi 85 fi 86 else 87 export GLIHOME=`pwd` 88 echo "@@@ Standalone client-gli, GLIHOME: $GLIHOME" 89 # GSDLOS would not have been set yet 90 if test "x$GSDLOS" = "x" ; then 91 GSDLOS=`uname -s | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` 92 # check for running bash under cygwin 93 if test "`echo $GSDLOS | sed 's/cygwin//'`" != "$GSDLOS" ; then 94 GSDLOS=windows 95 fi 96 fi 97 export GSDLOS 86 98 fi 87 99
Note:
See TracChangeset
for help on using the changeset viewer.