diff options
author | midipix <writeonce@midipix.org> | 2020-09-08 19:30:53 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-01-10 01:32:11 +0000 |
commit | e117224a2d0e61cf52d644b3e7dac28114ead39a (patch) | |
tree | b1d24d08b045d66b17e84933fec9494e720e4785 /sofort | |
parent | 850f3e9aa4940a738a3ab5b7a046dd1fc43aea1b (diff) | |
download | sbpython3-e117224a2d0e61cf52d644b3e7dac28114ead39a.tar.bz2 sbpython3-e117224a2d0e61cf52d644b3e7dac28114ead39a.tar.xz |
build system: whitespace meditation.
Diffstat (limited to 'sofort')
-rw-r--r-- | sofort/ccenv/ccenv.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index a956425..fd09506 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -1253,13 +1253,13 @@ ccenv_output_defs() ccenv_tmp=$(mktemp ./tmp_XXXXXXXXXXXXXXXX) - sed \ + sed \ -e 's/^[[:space:]]*$/@/g' \ - -e 's/^/NATIVE_/' \ - -e 's/NATIVE_@//g' \ - -e 's/NATIVE_#/#/g' \ - -e 's/ =/=/g' \ - -e 's/ +=/+=/g' \ + -e 's/^/NATIVE_/' \ + -e 's/NATIVE_@//g' \ + -e 's/NATIVE_#/#/g' \ + -e 's/ =/=/g' \ + -e 's/ +=/+=/g' \ $ccenv_in > "$ccenv_tmp" ccenv_in="$ccenv_tmp" |