Ignore:
Timestamp:
2004-03-04T14:45:23+13:00 (20 years ago)
Author:
kjdon
Message:

now these scripts need to be run from gsdl3 home dir, and source setup.sh will be run if gsdl3home not defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/gs3-configure.sh

    r6522 r6913  
    33echo "This script should be replaced by a top level configure!!"
    44
     5if [ ! -f gs3-setup.sh ]; then
     6    echo "You must run this script from within the Greenstone home directory"
     7    exit 1
     8fi
     9
    510#check that GSDL3HOME is set
    611if test -z "$GSDL3HOME" ; then
    7   echo "You need to 'source gs3-setup.sh' before running this script"
     12  source gs3-setup.sh
    813 exit;
    914fi
Note: See TracChangeset for help on using the changeset viewer.