summaryrefslogtreecommitdiffhomepage
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/windows_bats/start_fake.bat9
1 files changed, 4 insertions, 5 deletions
diff --git a/res/windows_bats/start_fake.bat b/res/windows_bats/start_fake.bat
index 59b99d7..5bfbe95 100644
--- a/res/windows_bats/start_fake.bat
+++ b/res/windows_bats/start_fake.bat
@@ -1,5 +1,5 @@
-REM SPDX-FileCopyrightText: 2025-2026 Dilluti0n <[email protected]>
-REM SPDX-License-Identifier: GPL-3.0-or-later
+@REM SPDX-FileCopyrightText: 2025-2026 Dilluti0n <[email protected]>
+@REM SPDX-License-Identifier: GPL-3.0-or-later
@echo off
@@ -9,7 +9,6 @@ set "BAT=%0"
pushd "%~dp0"
start "" %EXE% %ARGS%
-set "RC=%ERRORLEVEL%"
-popd
+popd >nul
-exit /b %RC%
+exit /b 0