summaryrefslogtreecommitdiffhomepage
path: root/sofort/ccenv/ccenv.sh
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-02-13 22:40:24 -0500
committermidipix <writeonce@midipix.org>2019-02-13 22:53:06 -0500
commit9635e7aaddd706cd56cb047dac38b017de8db3ae (patch)
tree9034d540df2459b58b140e02357a1095616b778c /sofort/ccenv/ccenv.sh
parent39f51f778fb7284e9092cd12e79b0d079ddb034d (diff)
downloaddalist-9635e7aaddd706cd56cb047dac38b017de8db3ae.tar.bz2
dalist-9635e7aaddd706cd56cb047dac38b017de8db3ae.tar.xz
build system: configure, ccenv.sh: fix sed exp. for trailing tabs & spaces.
Diffstat (limited to 'sofort/ccenv/ccenv.sh')
-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 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