summaryrefslogtreecommitdiff
path: root/bin/slave-build-connect
diff options
context:
space:
mode:
Diffstat (limited to 'bin/slave-build-connect')
-rwxr-xr-xbin/slave-build-connect4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/slave-build-connect b/bin/slave-build-connect
index 8e9dbcf..53c882b 100755
--- a/bin/slave-build-connect
+++ b/bin/slave-build-connect
@@ -22,11 +22,11 @@ if [ "x${SSH_ORIGINAL_COMMAND%% *}" = 'xget-assignment' ] || \
printf ' SELECT NOW(),`build_slaves`.`id`'
printf ',from_base64("%s")' \
"$(
- print '%s' "${SSH_ORIGINAL_COMMAND%% *}" | \
+ printf '%s' "${SSH_ORIGINAL_COMMAND%% *}" | \
base64 -w0
)" \
"$(
- print '%s' "${#* }" | \
+ printf '%s' "${#* }" | \
base64 -w0
)"
printf ' FROM `build_slaves`'