Bugzilla – Bug 3932
Problems with white space when passing options to windows versions of command wrappers
Last modified: 2005-11-22 22:08:08
You need to log in before you can comment on or make changes to this bug.
When setting e.g. set X509_CERT_DIR=C:\Program Files\globus\share\certificates the wrapper script fails. /Sam
Committed fixes to trunk and globus_4_0_branch. When setting env. variables to paths with spaces on Windows do not quote the paths. For example, the following will work fine now: set X509_CERT_DIR=C:\Program Files\globus\share\certificates but the following will not: set X509_CERT_DIR="C:\Program Files\globus\share\certificates"