Ignore:
Timestamp:
2009-06-04T16:55:56+12:00 (15 years ago)
Author:
ak19
Message:

Bugfix in branches that hadn't been executed so far: can't call return on a function that returns a value. Also made glilang a parameter, since findjava.sh is now almost duplicated for the GS2 installation folder as well, which can't be using glilang. Now the variable is called gslang inside the findjava.sh script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/client-gli.sh

    r19403 r19737  
    8686# call the script with source, so that we have the variables it sets ($javapath)
    8787exit_status=0
    88 source ./findjava.sh
     88source ./findjava.sh $glilang
    8989exit_status=$?
    9090if [ "$exit_status" -eq 1 ]; then
Note: See TracChangeset for help on using the changeset viewer.