MaxTyutyunnikov / grub4dos-chenall

Automatically exported from code.google.com/p/grub4dos-chenall
0 stars 0 forks source link

configfile does not work after 'if' statement #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
tbad.g4b
========
!BAT
set a=1
if "%a%"=="1" configfile /menu.lst

tgood.g4b
========
!BAT
set a=1
if "%a%"=="1" echo && configfile /menu.lst

What is the expected output? What do you see instead?
tbad.g4b does not work

Error 30: Invalid argument

What version of the product are you using? On what operating system?

Please provide any additional information below.

if "%a%"=="1" call configfile /menu.lst

does work

Original issue reported on code.google.com by Steve6375 on 6 May 2013 at 10:03

GoogleCodeExporter commented 9 years ago
This may be a bug,I will fix later..

Original comment by chenall.cn on 12 May 2013 at 12:55

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r342.

Thanks,please try the new,may be fixed.

Original comment by chenall.cn on 12 May 2013 at 3:28