summaryrefslogtreecommitdiff
path: root/sofort/ccenv/ccenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sofort/ccenv/ccenv.sh')
-rw-r--r--sofort/ccenv/ccenv.sh12
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"