From e4cf2fe534802950e0e6a540f1eb6289c5de24a9 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 13 Feb 2019 22:40:24 -0500 Subject: build system: configure, ccenv.sh: fix sed exp. for trailing tabs & spaces. --- sofort/ccenv/ccenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sofort') 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 -- cgit v1.2.3