diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-10 17:55:04 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-10 17:55:04 +0000 |
commit | 72cf5c5e2022b91fc486d3ef569034cbcbdeb2a8 (patch) | |
tree | 4298b1cf3a93f5de208765ff3c2c2c4884c7da21 /bin/ksh/eval.c | |
parent | 1494c2efdc94109bcd53d3092332b170ed6b8d6d (diff) |
sync with pdksh-unstable-5.2.13.6
Diffstat (limited to 'bin/ksh/eval.c')
-rw-r--r-- | bin/ksh/eval.c | 3 |
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) |