From 206da0706a31e045c9c2cb55e36056aadda10d76 Mon Sep 17 00:00:00 2001 From: claustromaniac <20734810+claustromaniac@users.noreply.github.com> Date: Mon, 27 Nov 2017 18:35:02 +0000 Subject: [PATCH] 14 - some cleanup --- updater.bat | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/updater.bat b/updater.bat index 5eb2376..376d342 100644 --- a/updater.bat +++ b/updater.bat @@ -3,7 +3,7 @@ TITLE ghacks user.js updater REM ### ghacks-user.js updater for Windows REM ## author: @claustromaniac -REM ## version: 3.0-alpha92 +REM ## version: 3.0 SET _myname=%~n0 SET _myparams=%* @@ -59,7 +59,6 @@ IF DEFINED _updateb ( EXIT /B ) ) -GOTO begin :begin SET /A "_line=0" IF NOT EXIST user.js ( @@ -231,7 +230,5 @@ FOR /F "tokens=1,* delims=]" %%G IN ('find /n /v "" ^< "%~1"') DO ( ) ENDLOCAL DEL /F %~1 temp123 >nul -GOTO EOF +GOTO :EOF REM ############################ - -:EOF