diff options
author | midipix <writeonce@midipix.org> | 2020-09-08 19:30:53 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-01-10 01:32:08 +0000 |
commit | 16abfa9818f4c5013542b670f2b88013fdf6a938 (patch) | |
tree | 0f136fdb567de3a03d01a098a446b71f5d5d41d2 | |
parent | 9e0ce17a745e3c973fd5cacb0108c38ac11a32f2 (diff) | |
download | bautomake-16abfa9818f4c5013542b670f2b88013fdf6a938.tar.bz2 bautomake-16abfa9818f4c5013542b670f2b88013fdf6a938.tar.xz |
build system: whitespace meditation.
-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" |