OSDN Git Service

ash: fix dequoting error detected by var_bash4 test
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 6 Aug 2010 17:14:47 +0000 (19:14 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 6 Aug 2010 17:14:47 +0000 (19:14 +0200)
commitf02c82f38c749f20a917aeb7ff4d929c5292a63d
tree8e708e664fe60ee64ed01342a88bb0ceddb002a9
parentf56fe8254274cea34d2550870c2dfc010bdfa7e8
ash: fix dequoting error detected by var_bash4 test

But the test still fails (one more bug to fix)

function                                             old     new   delta
changepath                                           195     192      -3
readtoken1                                          3247    3240      -7
subevalvar                                          1204    1184     -20
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-30)             Total: -30 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c