summaryrefslogtreecommitdiff
path: root/sofort
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:11 +0000
commitba3859e5d5a8c3bd6e913792e7f83758a573ff37 (patch)
treec9967c8ac6a2a22dcecf2e48f620b19edd7e0928 /sofort
parente13b1a1f825032b8c5af951b69cd0f30f10b91cd (diff)
downloadsbpython2-ba3859e5d5a8c3bd6e913792e7f83758a573ff37.tar.bz2
sbpython2-ba3859e5d5a8c3bd6e913792e7f83758a573ff37.tar.xz
build system: ccenv: ccenv_output_defs(): use conformant sed construct.
Diffstat (limited to 'sofort')
-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' \