summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/slave-build-connect2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/slave-build-connect b/bin/slave-build-connect
index 0743e96..fb01561 100755
--- a/bin/slave-build-connect
+++ b/bin/slave-build-connect
@@ -26,7 +26,7 @@ if [ "x${SSH_ORIGINAL_COMMAND%% *}" = 'xget-assignment' ] || \
base64 -w0
)" \
"$(
- printf '%s' "${#* }" | \
+ printf '%s' "${SSH_ORIGINAL_COMMAND#* }" | \
base64 -w0
)"
printf ' FROM `build_slaves`'