Changeset 15626 for gli/trunk


Ignore:
Timestamp:
2008-05-22T11:58:23+12:00 (16 years ago)
Author:
ak19
Message:

Removed debug statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/gli.sh

    r15610 r15626  
    163163fi
    164164
    165 echo "***Greenstone version found: $_version"
    166 echo
     165echo "Greenstone version found: $_version"
    167166
    168167# Check that the main Greenstone installation for the version we're running looks OK
     
    174173# If we're running version GS2
    175174if [ "$_version" -eq 2 ]; then
    176     echo "Version is 2"
    177175    # Setup Greenstone 2, unless it has already been done
    178176    if [ "x$GSDLHOME" = "x" ]; then
     
    223221
    224222echo
    225 echo "***GSDLHOME is: $GSDLHOME"
    226 echo "***GSDL3SRCHOME is: $GSDL3SRCHOME"
    227 echo "***GSDL3HOME is: $GSDL3HOME"
     223if [ "x$GSDL3SRCHOME" != "x" ]; then
     224    echo "GSDL3SRCHOME is: $GSDL3SRCHOME"
     225fi
     226if [ "x$GSDL3HOME" != "x" ]; then
     227    echo "GSDL3HOME is: $GSDL3HOME"
     228fi
     229if [ "x$GSDLHOME" != "x" ]; then
     230    echo "GSDLHOME is: $GSDLHOME"
     231fi
    228232echo
    229233
Note: See TracChangeset for help on using the changeset viewer.