From 37a741d650a5d3a0f3318be382c67ccadd43eb4c Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 20 Dec 1999 10:19:39 +0000 Subject: zsh-workers/9117 --- Src/mkmakemod.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/mkmakemod.sh b/Src/mkmakemod.sh index f10c350ee..96dc877fe 100644 --- a/Src/mkmakemod.sh +++ b/Src/mkmakemod.sh @@ -350,7 +350,7 @@ if $first_stage; then echo done | sed 's,^\(.*\)@%@\(.*\)@%@\(.*\)/\([^/]*\)$,\1\3\2\4,' if test -n "$other_mdhs"; then - echo "${other_mdhs}:" + echo "${other_mdhs}:" | sed 's,^ ,,' echo " false # should only happen with make -n" echo fi @@ -360,7 +360,7 @@ if $first_stage; then echo done | sed 's,^\(.*\)@%@\(.*\)@%@\(.*\)/\([^/]*\)$,\1\3\2\4,' if test -n "$other_exports"; then - echo "${other_exports}:" + echo "${other_exports}:" | sed 's,^ ,,' echo " false # should only happen with make -n" echo fi -- cgit 1.4.1