diff options
| author | mjnelson <none@none> | 2008-07-14 18:01:49 -0700 |
|---|---|---|
| committer | mjnelson <none@none> | 2008-07-14 18:01:49 -0700 |
| commit | 916d673dc7a450a31aa3e0a88bbffd3ebcbfd44f (patch) | |
| tree | 1258589491383f77ad89a5e926efe6a976751ff9 /usr/src/tools/scripts/ws.sh | |
| parent | b2133dc7deaafe8f8ebfeadabfdbe985512d8736 (diff) | |
| download | illumos-joyent-916d673dc7a450a31aa3e0a88bbffd3ebcbfd44f.tar.gz | |
6725612 . ws -e no longer working, breaks krbpptest
Diffstat (limited to 'usr/src/tools/scripts/ws.sh')
| -rw-r--r-- | usr/src/tools/scripts/ws.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/tools/scripts/ws.sh b/usr/src/tools/scripts/ws.sh index 262aaeb7e8..02f710ac80 100644 --- a/usr/src/tools/scripts/ws.sh +++ b/usr/src/tools/scripts/ws.sh @@ -106,6 +106,9 @@ else fi WHICH_SCM=$(dirname $(whence $0))/which_scm +if [[ ! -x $WHICH_SCM ]]; then + WHICH_SCM=which_scm +fi # # No workspace/repository path was given, so try and detect one from our |
