summaryrefslogtreecommitdiff
path: root/sofort/ccenv
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-09-08 19:28:37 +0000
committermidipix <writeonce@midipix.org>2021-01-10 01:32:09 +0000
commitf05e9d57d78acce711fe8611bc5d2c92124872b4 (patch)
tree41032546ec682fc4c054fc3bf63654bd16b575ff /sofort/ccenv
parent061644dd64bcd193181d89d446616013858e44f5 (diff)
downloadbcparser-f05e9d57d78acce711fe8611bc5d2c92124872b4.tar.bz2
bcparser-f05e9d57d78acce711fe8611bc5d2c92124872b4.tar.xz
build system: ccenv: ccenv_output_defs(): use conformant sed construct.
Diffstat (limited to 'sofort/ccenv')
-rw-r--r--sofort/ccenv/ccenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index f996333..a956425 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -1254,7 +1254,7 @@ ccenv_output_defs()
ccenv_tmp=$(mktemp ./tmp_XXXXXXXXXXXXXXXX)
sed \
- -e 's/^\s*$/@/g' \
+ -e 's/^[[:space:]]*$/@/g' \
-e 's/^/NATIVE_/' \
-e 's/NATIVE_@//g' \
-e 's/NATIVE_#/#/g' \