From d9cd728bac2d31562d11788eaf734fb8d0d430c7 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 29 Mar 2018 14:44:20 +0200 Subject: bin/sanity-check: fix sed command --- bin/sanity-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf