about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-20 10:19:39 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-20 10:19:39 +0000
commit37a741d650a5d3a0f3318be382c67ccadd43eb4c (patch)
treebaaead3ef43fc191fcea82aa58ca7b16272a7682
parent6978986a4c84a88cd3e063e5d1ac4de36ff13e81 (diff)
downloadzsh-37a741d650a5d3a0f3318be382c67ccadd43eb4c.tar.gz
zsh-37a741d650a5d3a0f3318be382c67ccadd43eb4c.tar.xz
zsh-37a741d650a5d3a0f3318be382c67ccadd43eb4c.zip
zsh-workers/9117
-rw-r--r--Src/mkmakemod.sh4
1 files 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