Fixed typo in else statement.
This commit is contained in:
@@ -15,7 +15,7 @@ iff not defined NO_COMPILE then
|
||||
REM "redistributed freely."
|
||||
if EXIST %INIT_DIR%\isesvn\library\headers.tar.gz (
|
||||
copy %INIT_DIR%\isesvn\library\headers.tar.gz headers\headers.tar.gz
|
||||
) else {
|
||||
) else (
|
||||
exprtfile %DEFAULT_ISE_SVN%/Src/library/headers.tar.gz > headers\headers.tar.gz
|
||||
)
|
||||
cd headers
|
||||
|
||||
Reference in New Issue
Block a user