summaryrefslogtreecommitdiffhomepage
path: root/configure
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:13 -0500
commite4cf2fe534802950e0e6a540f1eb6289c5de24a9 (patch)
treebc91ecad11b14455fa7b45e227e273637c43f028 /configure
parente19ef3d7add1fc1fbd45461f37cf331a7e87a929 (diff)
downloadperk-e4cf2fe534802950e0e6a540f1eb6289c5de24a9.tar.bz2
perk-e4cf2fe534802950e0e6a540f1eb6289c5de24a9.tar.xz
build system: configure, ccenv.sh: fix sed exp. for trailing tabs & spaces.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 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
}