summaryrefslogtreecommitdiffhomepage
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
commitf0a5ff6280d131f4953333527d01aa6fc0aa26e3 (patch)
treeb870fadfcff1f6cf218bc2277c44bdf9f2cd47ef
parent819e8d890288a362d72307396da4fddeb666efa9 (diff)
downloadptycon-f0a5ff6280d131f4953333527d01aa6fc0aa26e3.tar.bz2
ptycon-f0a5ff6280d131f4953333527d01aa6fc0aa26e3.tar.xz
build system: ccenv: ccenv_output_defs(): use conformant sed construct.
-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' \