summaryrefslogtreecommitdiffstats
path: root/vespaclient/src/sh/vespa-set-node-state
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient/src/sh/vespa-set-node-state')
-rwxr-xr-xvespaclient/src/sh/vespa-set-node-state4
1 files changed, 4 insertions, 0 deletions
diff --git a/vespaclient/src/sh/vespa-set-node-state b/vespaclient/src/sh/vespa-set-node-state
index 292ad8aef27..ffa09b318d6 100755
--- a/vespaclient/src/sh/vespa-set-node-state
+++ b/vespaclient/src/sh/vespa-set-node-state
@@ -8,6 +8,10 @@ findpath () {
myname=${0}
mypath=${myname%/*}
myname=${myname##*/}
+ empty_if_start_slash=${mypath%%/*}
+ if [ "${empty_if_start_slash}" ]; then
+ mypath=$(pwd)/${mypath}
+ fi
if [ "$mypath" ] && [ -d "$mypath" ]; then
return
fi