1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

zsh-workers/9117

This commit is contained in:
Tanaka Akira 1999-12-20 10:19:39 +00:00
parent 6978986a4c
commit 37a741d650

View file

@ -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