index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-03-07 16:30:10 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-07 16:30:10 +0100 |
commit | a13bfbacf27d09f7c8ea6b4b559b0980ee8957b9 (patch) | |
tree | d541a117c6cf4b18cd363b54702abde1d679e136 /bin/copy-to-build-support | |
parent | 98c468dee44e09a27c89019c3d8c584efe0bf1c0 (diff) |
-rwxr-xr-x | bin/copy-to-build-support | 2 |
diff --git a/bin/copy-to-build-support b/bin/copy-to-build-support index e447596..b3decd4 100755 --- a/bin/copy-to-build-support +++ b/bin/copy-to-build-support @@ -44,7 +44,7 @@ sed -n ' "$(printf '%s' "${architecture}" | base64 -w0)" printf ' LIMIT 1;\n' } | \ - mysql_run_query -N --raw --batch | \ + mysql_run_query | \ tr '\t' ' ' ) if [ -z "${id}" ]; then |