summaryrefslogtreecommitdiff
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:04 -0500
commit5e41e3d93ef2eb3eff1e9b6a92bd23f04aa4d487 (patch)
treeac1164dfa731fd4a6de3719642fdef8942d25d23 /sofort/ccenv/ccenv.sh
parente0c66f89f0ece9a6c32b581b3d6c45cddc9317fe (diff)
downloadapimagic-5e41e3d93ef2eb3eff1e9b6a92bd23f04aa4d487.tar.bz2
apimagic-5e41e3d93ef2eb3eff1e9b6a92bd23f04aa4d487.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