]> git.ipfire.org Git - thirdparty/grub.git/commit
test: fix previous commit - we need to return from subexpression
authorAndrei Borzenkov <arvidjaar@gmail.com>
Fri, 30 Jan 2015 17:21:56 +0000 (20:21 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Fri, 30 Jan 2015 17:21:56 +0000 (20:21 +0300)
commit958167b91cdebe55c6cccdd28ad007c554df56d7
treeb9f71b8111d22f0258002d9cdb5a6f22ca98c3e5
parentd29259b134257458a98c1ddc05d2a36c677ded37
test: fix previous commit - we need to return from subexpression

( ... ) was processed recursively, we need to return from it. Revert
this change.
grub-core/commands/test.c