diff options
author | midipix <writeonce@midipix.org> | 2020-09-08 19:28:37 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-01-10 01:32:09 +0000 |
commit | bef356afb109cb0e9be39ae230364cb933c85ba2 (patch) | |
tree | d69f285b1a2eb999555bea2529474ec907ba7f60 /sofort | |
parent | a9ff1ffde4663a8b9176bf9cabfbc6e411434d5f (diff) | |
download | mmglue-bef356afb109cb0e9be39ae230364cb933c85ba2.tar.bz2 mmglue-bef356afb109cb0e9be39ae230364cb933c85ba2.tar.xz |
build system: ccenv: ccenv_output_defs(): use conformant sed construct.
Diffstat (limited to 'sofort')
-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' \ |