diff options
author | midipix <writeonce@midipix.org> | 2021-06-08 23:41:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-09 01:00:17 +0000 |
commit | 9fc1b5fd9629402d498f117ece8eea3c04be2e29 (patch) | |
tree | ac1152c42afa86ebf4728eb095051ea635202e51 /sofort/cfgtest/cfgtest.sh | |
parent | 2ac86dd464af0cfb4b564ccb56bfc1e6f937b99a (diff) | |
download | mmglue-9fc1b5fd9629402d498f117ece8eea3c04be2e29.tar.bz2 mmglue-9fc1b5fd9629402d498f117ece8eea3c04be2e29.tar.xz |
build system: cfgtest: cfgtest_common_init(): whitespace meditation.
Diffstat (limited to 'sofort/cfgtest/cfgtest.sh')
-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' |