Changeset 13847


Ignore:
Timestamp:
10/30/12 12:19:37 (12 years ago)
Author:
schlegel
Message:

BUG:Fix prepath and GDAL include

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/etc/environment.sh

    r13645 r13847  
    33pathprepend(){ #{{{
    44        if [ -d "$1" ] && [[ ":$PATH:" != *":$1:"* ]]; then
    5                 PATH="$1:$PATH"
     5                export PATH="$1:$PATH"
    66        fi
    77} #}}}
     
    102102
    103103GDAL_DIR="$ISSM_DIR/externalpackages/gdal/install"
    104 pathprepend "$GDAL_DIR/bin:$PATH"
     104pathprepend "$GDAL_DIR/bin"
    105105libpathappend "$GDAL_DIR/lib"
    106106
Note: See TracChangeset for help on using the changeset viewer.