From 9c2f2b6b4f41e9b09293661cfad4fabdeef032ba Mon Sep 17 00:00:00 2001 From: "Dr. Thomas Orgis" <thomas.orgis@uni-hamburg.de> Date: Fri, 27 Mar 2020 15:12:47 +0100 Subject: [PATCH] build_lofar: need some space --- build_lofar.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_lofar.sh b/build_lofar.sh index c61d39f..0a11f9e 100644 --- a/build_lofar.sh +++ b/build_lofar.sh @@ -154,13 +154,13 @@ EOT *\'*) echo "Really a command/argument with verbatim ' in it? $n" >&2 # This might be broken. - printf '%s\\\n' "\"$n\"" + printf '%s \\\n' "\"$n\"" ;; *[^[:alnum:]_-/:+,.=]*|'') - printf '%s\\\n' "'$n'" + printf '%s \\\n' "'$n'" ;; *) # hopefully safe - printf '%s\\\n' "$n" + printf '%s \\\n' "$n" ;; esac done >> "$script" -- GitLab