hush: fix for readonly vars in "ro=A ro=B cmd" case
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 4 Apr 2018 19:14:28 +0000 (21:14 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 4 Apr 2018 19:14:28 +0000 (21:14 +0200)
commit61407807ab6b9505041a74ad96ffb4aeab937d36
treeeda659ec46e2d275d91ac9784dbd2095fb96da57
parent759ca8a4cb57f797e92e02db84673057ce447125
hush: fix for readonly vars in "ro=A ro=B cmd" case

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c
shell/hush_test/hush-vars/readonly3.right [new file with mode: 0644]
shell/hush_test/hush-vars/readonly3.tests [new file with mode: 0755]