diff options
author | midipix <writeonce@midipix.org> | 2019-02-13 22:40:24 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-13 22:53:18 -0500 |
commit | ed67c4d81e1800a0bce0e1257436a35d4db1cd39 (patch) | |
tree | c8511f798354d5019fd3fe00a96e752c20c43da6 /sofort | |
parent | b2990e1a75431a5025c25fe89503e33ee520d800 (diff) | |
download | u16ports-ed67c4d81e1800a0bce0e1257436a35d4db1cd39.tar.bz2 u16ports-ed67c4d81e1800a0bce0e1257436a35d4db1cd39.tar.xz |
build system: configure, ccenv.sh: fix sed exp. for trailing tabs & spaces.
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 452694d..65a596a 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -955,7 +955,7 @@ ccenv_output_defs() done)" eval sed $ccenv_sed_substs $ccenv_in \ - | sed -e 's/[ \t]*$//g' \ + | sed -e 's/[[:blank:]]*$//g' \ > "$ccenv_mk" if [ "$ccenv_cfgtype" = 'host' ]; then |