Changeset 36061


Ignore:
Timestamp:
2022-02-21T14:37:02+13:00 (2 years ago)
Author:
kjdon
Message:

if we are using a standalone gli, then findgsdl will return 1, but this is not an error. So don't exit in this case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/makegli.sh

    r36055 r36061  
    5151exit_status=$?
    5252if [ "$exit_status" -eq 1 ]; then
    53     exit 1;
     53    echo "Couldn't determine Greenstone version. This is an error for normal GLI, but not if you are compiling for Client GLI."
     54    #exit 1;
    5455fi
    5556
Note: See TracChangeset for help on using the changeset viewer.