Don't alter state of echo in emsdk.bat.
This commit is contained in:
13
emsdk.bat
13
emsdk.bat
@@ -1,14 +1,11 @@
|
||||
@echo off
|
||||
|
||||
:: Find python from an explicit location relative to the Emscripten SDK.
|
||||
IF EXIST "%~dp0python\2.7.5.1_32bit\python.exe" (
|
||||
call "%~dp0python\2.7.5.1_32bit\python" "%~dp0\emsdk" %*
|
||||
GOTO end
|
||||
@IF EXIST "%~dp0python\2.7.5.1_32bit\python.exe" (
|
||||
@call "%~dp0python\2.7.5.1_32bit\python" "%~dp0\emsdk" %*
|
||||
@GOTO end
|
||||
)
|
||||
|
||||
:: As last resort, access from PATH.
|
||||
call python "%~dp0\emsdk" %*
|
||||
GOTO end
|
||||
@call python "%~dp0\emsdk" %*
|
||||
@GOTO end
|
||||
|
||||
:end
|
||||
@echo on
|
||||
|
||||
Reference in New Issue
Block a user