Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/mysql-functions6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/mysql-functions b/lib/mysql-functions
index 5695b97..efa7c54 100755
--- a/lib/mysql-functions
+++ b/lib/mysql-functions
@@ -48,6 +48,12 @@ mysql_run_query() {
query_stderr="${query_stdin%.stdin}.stderr"
{
printf -- '-- called by %s\n' "$0"
+ if printf '%s\n' "$0" \
+ | grep -qF intention; then
+ sed '
+ s@^@-- : @
+ ' "$0"
+ fi
cat
} > "${query_stdin}"
for _ in $(seq 10); do