Changeset 13847 for issm/trunk-jpl/etc/environment.sh
- Timestamp:
- 10/30/12 12:19:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/etc/environment.sh
r13645 r13847 3 3 pathprepend(){ #{{{ 4 4 if [ -d "$1" ] && [[ ":$PATH:" != *":$1:"* ]]; then 5 PATH="$1:$PATH"5 export PATH="$1:$PATH" 6 6 fi 7 7 } #}}} … … 102 102 103 103 GDAL_DIR="$ISSM_DIR/externalpackages/gdal/install" 104 pathprepend "$GDAL_DIR/bin :$PATH"104 pathprepend "$GDAL_DIR/bin" 105 105 libpathappend "$GDAL_DIR/lib" 106 106
Note:
See TracChangeset
for help on using the changeset viewer.