diff options
author | midipix <writeonce@midipix.org> | 2019-02-13 22:40:24 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-13 22:53:11 -0500 |
commit | f91fe29e5d15748b6b1d682179523e581faa341c (patch) | |
tree | 6a480365377cb0e9e592032deded50751f1931f3 /configure | |
parent | b91afcb8ae6d068360a0212695774de8a42e8054 (diff) | |
download | ntcon-f91fe29e5d15748b6b1d682179523e581faa341c.tar.bz2 ntcon-f91fe29e5d15748b6b1d682179523e581faa341c.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 } |