diff options
author | midipix <writeonce@midipix.org> | 2020-09-08 19:28:37 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-01-10 01:32:10 +0000 |
commit | 51becc55150875ae35deb88c0db60b1224970d40 (patch) | |
tree | 5550f9a21f4a6bcdae410e78c68dca0c20f49377 /sofort/ccenv | |
parent | 3878c0269822e1a1a828a2847a6b84ab6857eb1b (diff) | |
download | ntapi-51becc55150875ae35deb88c0db60b1224970d40.tar.bz2 ntapi-51becc55150875ae35deb88c0db60b1224970d40.tar.xz |
build system: ccenv: ccenv_output_defs(): use conformant sed construct.
Diffstat (limited to 'sofort/ccenv')
-rw-r--r-- | sofort/ccenv/ccenv.sh | 2 |
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' \ |