summaryrefslogtreecommitdiffhomepage
path: root/sofort
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-02-13 22:40:24 -0500
committermidipix <writeonce@midipix.org>2019-02-19 14:48:49 -0500
commit43faca45c2cb29e77aa93fcc2c42ad7d63f08872 (patch)
tree51f9c8fd3a73fb66f5ee138cb82b637f05086ffe /sofort
parentaed218a10cb654d2cf0e34e335c52cb73d548051 (diff)
downloadmmglue-43faca45c2cb29e77aa93fcc2c42ad7d63f08872.tar.bz2
mmglue-43faca45c2cb29e77aa93fcc2c42ad7d63f08872.tar.xz
build system: configure, ccenv.sh: fix sed exp. for trailing tabs & spaces.
Diffstat (limited to 'sofort')
-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