diff options
author | midipix <writeonce@midipix.org> | 2019-02-13 22:40:24 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-19 14:48:49 -0500 |
commit | 43faca45c2cb29e77aa93fcc2c42ad7d63f08872 (patch) | |
tree | 51f9c8fd3a73fb66f5ee138cb82b637f05086ffe /configure | |
parent | aed218a10cb654d2cf0e34e335c52cb73d548051 (diff) | |
download | mmglue-43faca45c2cb29e77aa93fcc2c42ad7d63f08872.tar.bz2 mmglue-43faca45c2cb29e77aa93fcc2c42ad7d63f08872.tar.xz |
build system: configure, ccenv.sh: fix sed exp. for trailing tabs & spaces.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |