diff options
author | Erich Eckner <git@eckner.net> | 2018-09-26 12:21:23 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-26 12:21:23 +0200 |
commit | 27c435bc29c037838b40f70cc49210898947be3e (patch) | |
tree | a7beb1560501c0f3276a325da96f2e6eb2b688ad /bin | |
parent | aefc29a24868ab7f4971566efce8bd6c9395efee (diff) | |
download | builder-27c435bc29c037838b40f70cc49210898947be3e.tar.xz |
bin/slave-build-connect: tap to space
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/slave-build-connect | 3 |
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" |