Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb9c442

Browse files
committed
removed useless GOTO statement from pgadmin build script
1 parent a457917 commit fb9c442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/helpers/pgadmin.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CALL %ROOT%\build\helpers\setvars.cmd
2-
GOTO :BUILD_PGADMIN
2+
33
rm -rf %DEPENDENCIES_BIN_DIR%
44
IF EXIST %DOWNLOADS_DIR%\deps-SDK71-%ARCH%.zip (
55
7z x %DOWNLOADS_DIR%\deps-SDK71-%ARCH%.zip -o%DEPENDENCIES_BIN_DIR% -y

0 commit comments

Comments
 (0)