diff options
author | midipix <writeonce@midipix.org> | 2021-06-08 23:41:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-08 23:41:33 +0000 |
commit | eec17387b00998036adb6b0d721287a3d9b4ee73 (patch) | |
tree | 7dad0093ecd9877b14205adb8f9365b771b91962 /sofort | |
parent | 399275024bf702c706d2ace4ad3a7b99f8533736 (diff) | |
download | slibtool-eec17387b00998036adb6b0d721287a3d9b4ee73.tar.bz2 slibtool-eec17387b00998036adb6b0d721287a3d9b4ee73.tar.xz |
build system: cfgtest: cfgtest_common_init(): whitespace meditation.
Diffstat (limited to 'sofort')
-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' |