Changeset 18704


Ignore:
Timestamp:
2009-03-18T12:38:24+13:00 (15 years ago)
Author:
ak19
Message:

Reintroduction of round brackets at the end of function names in the bash script, in order for gli.sh to run again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/gli.sh

    r18634 r18704  
    44# version of greenstone that is to run (2 or 3). If things are not,
    55# this program will exit here.
    6 get_version {
     6get_version() {
    77    # first parameter is value of gsdlpath
    88    if [ -f "${1}/gs3-setup.sh" ]; then
     
    2222# and checks the installation.
    2323# If things are not right, this program will exit here.
    24 check_installation {
     24check_installation() {
    2525# Check that the Greenstone installation looks OK
    2626    if [ "$3" = "es" ]; then
Note: See TracChangeset for help on using the changeset viewer.