Changeset 17602


Ignore:
Timestamp:
2008-10-24T14:57:12+13:00 (15 years ago)
Author:
oranfry
Message:

fixing gli.sh up to expect search4j in the right place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/gli.sh

    r17552 r17602  
    283283        SEARCH4J_EXECUTABLE=$GSDLHOME/bin/$GSDLOS/search4j
    284284    elif [ "$_version" -eq 3 -a -x "$GSDL3SRCHOME/bin/$GSDLOS/search4j" ]; then
    285         SEARCH4J_EXECUTABLE=$GSDL3SRCHOME/bin/$GSDLOS/search4j
    286     elif [ -x "../bin/search4j/$GSDLOS/search4j" ]; then
     285        SEARCH4J_EXECUTABLE=$GSDL3SRCHOME/bin/search4j
     286    elif [ -x "../bin/$GSDLOS/search4j" ]; then
    287287        SEARCH4J_EXECUTABLE=../bin/$GSDLOS/search4j
     288    elif [ -x "../bin/search4j" ]; then
     289        SEARCH4J_EXECUTABLE=../bin/search4j
    288290    else
    289291        echo "Couldn't determine the location of the search4j executable"
Note: See TracChangeset for help on using the changeset viewer.