default empty arg to x86.
This commit is contained in:
parent
2c8f2d546f
commit
aca992f219
|
@ -6,7 +6,7 @@
|
|||
SETLOCAL
|
||||
|
||||
IF "%1"=="" (
|
||||
GOTO :helpInfo
|
||||
SET x86=1
|
||||
)
|
||||
IF /I "%1"=="-h" (
|
||||
GOTO :helpInfo
|
||||
|
|
Loading…
Reference in New Issue