Revision 42627

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/src/main/resources-application/gvSIG.sh
30 30
# - find command in busybox (win32) don't support "-exec"
31 31
# - trap command in busybox (win32) don't support "trap comando ERR"
32 32
# - busybox (win32) don't support statement "local"
33
# - Careful with loop "while", changes in variables within the loop are 
34
#   lost when you leave this.  Use "for" loops to avoid this.
33 35
#
34 36

  
35 37
#set -x
......
289 291
export PATH
290 292

  
291 293
add_library_path() {
294
  #logger_info "add_library_path $1"
292 295
  LD_LIBRARY_PATH="$LD_LIBRARY_PATH${CPSEP}$1"
293 296
  GVSIG_NATIVE_LIBS="$GVSIG_NATIVE_LIBS${CPSEP}$1"
294 297
  PATH="$PATH${CPSEP}$1"

Also available in: Unified diff