From cca66ab341ffa330908aa6ea8da03e991aa6903c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 11 Oct 2005 16:48:05 +0000 Subject: 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameter substitutions that don't match anything. --- Test/ztst.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test/ztst.zsh') diff --git a/Test/ztst.zsh b/Test/ztst.zsh index 0f0c704c7..c0fbc179f 100755 --- a/Test/ztst.zsh +++ b/Test/ztst.zsh @@ -280,7 +280,7 @@ ZTST_diff() { diff_out=$(diff "$@") diff_ret="$?" if [[ "$diff_ret" != "0" ]]; then - echo "$diff_out" + print -r "$diff_out" fi return "$diff_ret" -- cgit 1.4.1