summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildbot-cmds.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot-cmds.sh b/buildbot-cmds.sh
index e53b6e6..b1a0313 100755
--- a/buildbot-cmds.sh
+++ b/buildbot-cmds.sh
@@ -24,7 +24,7 @@ fixpath()
local ws=${WS:?}
local bn=${BUILD_BOTNAME:?}
- echo "$args" | sed +s+/home/.*/"$bn"/+"$ws"/+g
+ echo "$args" | sed +s+/home/[^\s]*/"$bn"/+"$ws"/+g
}
usage()