Changeset 20919


Ignore:
Timestamp:
2009-11-09T16:32:51+13:00 (14 years ago)
Author:
ak19
Message:

Changes to previous commits (to handle spaces in filepaths on Windows) so that things still work on Linux: removes any extra quotes around configfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/gsicontrol.sh

    r20838 r20919  
    212212target=$1
    213213configfile=$2
     214
     215# remove any extraneous double quotes
     216configfile=${configfile//\"/}
    214217
    215218case $target in
Note: See TracChangeset for help on using the changeset viewer.