diff options
author | midipix <writeonce@midipix.org> | 2020-09-08 19:30:53 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-09-08 19:30:53 +0000 |
commit | f2ca6195e4ba84e0f1770fdb2016acadc95146c6 (patch) | |
tree | be1b54affe99d2d34d20e3e61a35f2b1bad14de8 /sofort/ccenv | |
parent | 15a19f7c5b64de36f72d16afa24f8c86509ff172 (diff) | |
download | slibtool-f2ca6195e4ba84e0f1770fdb2016acadc95146c6.tar.bz2 slibtool-f2ca6195e4ba84e0f1770fdb2016acadc95146c6.tar.xz |
build system: whitespace meditation.
Diffstat (limited to 'sofort/ccenv')
-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" |