summaryrefslogtreecommitdiff
path: root/bin/ksh/eval.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-01-10 17:55:04 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-01-10 17:55:04 +0000
commit72cf5c5e2022b91fc486d3ef569034cbcbdeb2a8 (patch)
tree4298b1cf3a93f5de208765ff3c2c2c4884c7da21 /bin/ksh/eval.c
parent1494c2efdc94109bcd53d3092332b170ed6b8d6d (diff)
sync with pdksh-unstable-5.2.13.6
Diffstat (limited to 'bin/ksh/eval.c')
-rw-r--r--bin/ksh/eval.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ksh/eval.c b/bin/ksh/eval.c
index 56917f378b6..3e63507acec 100644
--- a/bin/ksh/eval.c
+++ b/bin/ksh/eval.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eval.c,v 1.7 1999/01/08 20:24:58 millert Exp $ */
+/* $OpenBSD: eval.c,v 1.8 1999/01/10 17:55:02 millert Exp $ */
/*
* Expansion - quoting, separation, substitution, globbing
@@ -417,6 +417,7 @@ expand(cp, wp, f)
setstr(st->var, debunk(
(char *) alloc(strlen(dp) + 1,
ATEMP), dp));
+ /* SETSTR: fail operation */
x.str = str_val(st->var);
type = XSUB;
if (f&DOBLANK)