diff options
author | midipix <writeonce@midipix.org> | 2021-06-08 23:41:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-09 01:00:25 +0000 |
commit | 0fb5ca5e3a68c69356ca29e97572d004bdb41bc6 (patch) | |
tree | 9a1fedfcc5174ec98f1231bc86ca112a27c460cc | |
parent | 026d2f8856fa1844699c948e1897ab7fb1160b19 (diff) | |
download | sofort-0fb5ca5e3a68c69356ca29e97572d004bdb41bc6.tar.bz2 sofort-0fb5ca5e3a68c69356ca29e97572d004bdb41bc6.tar.xz |
build system: cfgtest: cfgtest_common_init(): whitespace meditation.
-rw-r--r-- | sofort/cfgtest/cfgtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/cfgtest/cfgtest.sh b/sofort/cfgtest/cfgtest.sh index fba7b24..b044136 100644 --- a/sofort/cfgtest/cfgtest.sh +++ b/sofort/cfgtest/cfgtest.sh @@ -299,7 +299,7 @@ cfgtest_common_init() printf ' \\\n' >&3 printf '<< _SRCEOF\n%s\n' "$cfgtest_src" >&3 - printf '_SRCEOF \n\n\n' >&3 + printf '_SRCEOF\n\n\n' >&3 if [ "$mb_cfgtest_stdin_input" = 'no' ]; then printf '%s' "$cfgtest_src" > 'cfgtest_c3RyaWN0X21vZGUK.c' |