Changeset 5091


Ignore:
Timestamp:
2003-08-04T15:21:38+12:00 (21 years ago)
Author:
mdewsnip
Message:

Changed test for "setup.bash" file to "file exists" instead of "file executable".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/gli.sh

    r5027 r5091  
    3131# Check that the Greenstone installation looks OK
    3232echo "Checking GSDL: $gsdlpath"
    33 if [ ! -x "${gsdlpath}/setup.bash" ] ; then
     33if [ ! -f "${gsdlpath}/setup.bash" ] ; then
    3434    echo
    3535    echo "The Greenstone installation could not be found, or is incomplete."
Note: See TracChangeset for help on using the changeset viewer.