index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-03-29 14:44:20 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-29 14:44:20 +0200 |
commit | d9cd728bac2d31562d11788eaf734fb8d0d430c7 (patch) | |
tree | 0759d72ceeeb7f48bd46f9a5c605e673a54a8eac /bin/sanity-check | |
parent | f4b3e16018bbf3f610bf7e8717257edaa33ea658 (diff) |
-rwxr-xr-x | bin/sanity-check | 2 |
diff --git a/bin/sanity-check b/bin/sanity-check index 1e508e2..c67f2ab 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -418,7 +418,7 @@ while [ $# -gt 0 ]; do find "${work_dir}" -mindepth 1 -maxdepth 1 \ -name 'tmp.mysql-functions.query.*' \ -printf '%f\n' \ - -execdir sed 's/^/>> ' '{}' \; + -execdir sed 's/^/>> /' '{}' \; ) if [ -n "${errors}" ]; then if [ ${silence} -le 1 ]; then |