diff options
author | midipix <writeonce@midipix.org> | 2019-02-13 22:40:24 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-13 22:53:06 -0500 |
commit | 9635e7aaddd706cd56cb047dac38b017de8db3ae (patch) | |
tree | 9034d540df2459b58b140e02357a1095616b778c /configure | |
parent | 39f51f778fb7284e9092cd12e79b0d079ddb034d (diff) | |
download | dalist-9635e7aaddd706cd56cb047dac38b017de8db3ae.tar.bz2 dalist-9635e7aaddd706cd56cb047dac38b017de8db3ae.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 } |