diff options
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" |