diff options
author | midipix <writeonce@midipix.org> | 2021-06-08 23:41:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-09 01:00:15 +0000 |
commit | ef42aa3a4cb52303270865fa8163cf0fe1bee23d (patch) | |
tree | 9aca724b67c27bb660bda4b394e3617a4398fc3f | |
parent | b77136300e935b45b9163bf340a20afdc140e818 (diff) | |
download | bfirm-ef42aa3a4cb52303270865fa8163cf0fe1bee23d.tar.bz2 bfirm-ef42aa3a4cb52303270865fa8163cf0fe1bee23d.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' |