diff options
author | midipix <writeonce@midipix.org> | 2019-02-13 22:40:24 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-13 22:53:04 -0500 |
commit | c6182718f095f43b8102adefdcba2cf8bcb902e1 (patch) | |
tree | d7a0051763382df58c02e2d1469dc2b60330270c /sofort | |
parent | 4690e9630a9f4681396b5a0e78c2889a4af0aca9 (diff) | |
download | bcparser-c6182718f095f43b8102adefdcba2cf8bcb902e1.tar.bz2 bcparser-c6182718f095f43b8102adefdcba2cf8bcb902e1.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 |