summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-09-26 12:21:23 +0200
committerErich Eckner <git@eckner.net>2018-09-26 12:21:23 +0200
commit27c435bc29c037838b40f70cc49210898947be3e (patch)
treea7beb1560501c0f3276a325da96f2e6eb2b688ad /bin
parentaefc29a24868ab7f4971566efce8bd6c9395efee (diff)
downloadbuilder-27c435bc29c037838b40f70cc49210898947be3e.tar.xz
bin/slave-build-connect: tap to space
Diffstat (limited to 'bin')
-rwxr-xr-xbin/slave-build-connect3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/slave-build-connect b/bin/slave-build-connect
index 46f9351..a3724cc 100755
--- a/bin/slave-build-connect
+++ b/bin/slave-build-connect
@@ -33,7 +33,8 @@ if [ "x${SSH_ORIGINAL_COMMAND%% *}" = 'xget-assignment' ] || \
base64 -w0
)"
} | \
- mysql_run_query
+ mysql_run_query | \
+ tr '\t' ' '
)
if [ -z "${infos}" ]; then
>&2 printf 'Build slave "%s" is unnknown to the database.\n' "$1"