Revision 38532

View differences:

branches/v2_0_0_prep/build/product/gvSIG.sh
16 16
fi
17 17

  
18 18

  
19
# Go into the gvSIG installation folder, just in case
20
cd `dirname "$0"`
21

  
19 22
# gvSIG installation folder
20
GVSIG_HOME=`dirname "$0"`
23
GVSIG_HOME="$PWD"
21 24

  
22 25
###################################################################
23 26
# Variables not depending (at least directly) on the installation #
......
35 38
# Native libraries path
36 39
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$GVSIG_NATIVE_LIBS"
37 40

  
38
# Go into the gvSIG installation folder, just in case
39
cd "${GVSIG_HOME}"
40

  
41 41
LIBRARIES=""
42 42
# Load gvSIG Andami jars and dependencies for the classpath 
43 43
for i in ./lib/*.jar ; do

Also available in: Unified diff