summaryrefslogtreecommitdiffhomepage
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:12 -0500
commit7a282224fa9b097071a560a570c7eebb8f61b832 (patch)
tree41dbf0d516a70a5f68a420a006b826a5ae2d8d2e
parentf009086ba30eb17c56b5c374e64e554870b961fe (diff)
downloadpemagine-7a282224fa9b097071a560a570c7eebb8f61b832.tar.bz2
pemagine-7a282224fa9b097071a560a570c7eebb8f61b832.tar.xz
build system: configure, ccenv.sh: fix sed exp. for trailing tabs & spaces.
-rwxr-xr-xconfigure2
-rw-r--r--sofort/ccenv/ccenv.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1284263..370b3b1 100755
--- a/configure
+++ b/configure
@@ -399,7 +399,7 @@ config_copy()
eval sed $mb_sed_substs \
$mb_project_dir/Makefile.in \
- | sed -e 's/[ \t]*$//g' \
+ | sed -e 's/[[:blank:]]*$//g' \
> $mb_pwd/Makefile.tmp
}
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