about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-09-15 08:57:25 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-09-15 08:57:25 +0000
commit6951a1e0b2ce74ad8f2b30243e721c3890dcdda8 (patch)
treef3bb0eb795da5f0b7b81f64f6db09eb645faf3bd /Src
parent06cc84ce849c2e28286ea68aed02cb8df2fb9ab7 (diff)
downloadzsh-6951a1e0b2ce74ad8f2b30243e721c3890dcdda8.tar.gz
zsh-6951a1e0b2ce74ad8f2b30243e721c3890dcdda8.tar.xz
zsh-6951a1e0b2ce74ad8f2b30243e721c3890dcdda8.zip
25671: non existing variable in typeset -p should cause status 1
Diffstat (limited to 'Src')
-rw-r--r--Src/builtin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/Src/builtin.c b/Src/builtin.c
index 8246453f4..4772e0a8c 100644
--- a/Src/builtin.c
+++ b/Src/builtin.c
@@ -2479,8 +2479,10 @@ bin_typeset(char *name, char **argv, Options ops, int func)
 	if (OPT_ISSET(ops,'p')) {
 	    if (hn)
 		printparamnode(hn, printflags);
-	    else
+	    else {
 		zwarnnam(name, "no such variable: %s", asg->name);
+		returnval = 1;
+	    }
 	    continue;
 	}
 	if (!typeset_single(name, asg->name, (Param)hn,