Fourth time’s a charm… another bugfix related to the commitids

1004BBDD84556472D84, 1004BBF77B81D30DA7C and 1004BBF7CD656308A1C
to unbreak kwalletcli
This commit is contained in:
tg
2010-04-20 09:10:07 +00:00
parent 14ea7e9038
commit 6e98fbe27b
3 changed files with 8 additions and 6 deletions

4
eval.c
View File

@ -22,7 +22,7 @@
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.86 2010/04/09 19:16:30 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.87 2010/04/20 09:10:07 tg Exp $");
/*
* string expansion
@ -568,7 +568,7 @@ expand(const char *cp, /* input word */
sp++; /* ({) skip the } or x */
tilde_ok = 0; /* in case of ${unset:-} */
*dp = '\0';
quote = st->quotew;
quote = st->quotep;
f = st->f;
if (f&DOBLANK)
doblank--;