summaryrefslogtreecommitdiff
path: root/bin/why-dont-you
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-01 08:37:27 +0100
committerErich Eckner <git@eckner.net>2018-03-01 08:37:27 +0100
commit6047f2686cfe623e08fbaf4eae0a552ded731eb1 (patch)
treea4e8df807732b035c3a8d430ddb8cb44565b49cd /bin/why-dont-you
parent1b15a4704e80853b99eef83a3e26e7735bec2f54 (diff)
downloadbuilder-6047f2686cfe623e08fbaf4eae0a552ded731eb1.tar.xz
switch from calling ${mysql_command} to calling the wrapper function mysql_run_query()
Diffstat (limited to 'bin/why-dont-you')
-rwxr-xr-xbin/why-dont-you2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/why-dont-you b/bin/why-dont-you
index d95f2a7..b5d73c5 100755
--- a/bin/why-dont-you
+++ b/bin/why-dont-you
@@ -85,7 +85,7 @@ case "${action}" in
printf ' LEFT JOIN `build_slaves` ON `build_slaves`.`currently_building`=`to_build`.`ba_id`'
printf ';\n'
} | \
- ${mysql_command} --raw --batch | \
+ mysql_run_query --raw --batch | \
sed '
1d
y/\t/ /