mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2025-01-07 18:47:44 +01:00
Update MakeInstall.bat
This commit is contained in:
parent
a7b5495417
commit
cca121bbaa
@ -1,9 +1,10 @@
|
|||||||
@echo off
|
@echo off
|
||||||
setlocal enableDelayedExpansion
|
REM Get our local path before delayed expansion - allows ! in path
|
||||||
|
set "thisDir=%~dp0"
|
||||||
|
|
||||||
|
setlocal enableDelayedExpansion
|
||||||
REM Setup initial vars
|
REM Setup initial vars
|
||||||
set "script_name="
|
set "script_name="
|
||||||
set "thisDir=%~dp0"
|
|
||||||
set /a tried=0
|
set /a tried=0
|
||||||
set "toask=yes"
|
set "toask=yes"
|
||||||
set "pause_on_error=yes"
|
set "pause_on_error=yes"
|
||||||
|
Loading…
Reference in New Issue
Block a user