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

Skip to content

Commit 3132ac5

Browse files
committed
minor fix
1 parent f155782 commit 3132ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/helpers/probackup.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ MKDIR %BUILD_DIR%\pg_probackup\pg_probackup-%PG_MAJOR_VERSION%-%PROBACKUP_VERSIO
2626

2727
CD /D %BUILD_DIR%\pg_probackup\pg_probackup-%PG_MAJOR_VERSION%-%PROBACKUP_VERSION% || GOTO :ERROR
2828

29-
git clone https://github.com/postgrespro/pg_probackup .
29+
git clone https://github.com/postgrespro/pg_probackup . || GOTO :ERROR
3030

31-
gen_probackup_project.pl %BUILD_DIR%\postgresql\postgresql-%PGVER%
31+
perl gen_probackup_project.pl %BUILD_DIR%\postgresql\postgresql-%PGVER% || GOTO :ERROR
3232

3333
rm -rf %BIN_DIR% || GOTO :ERROR
3434
MKDIR %BIN_DIR% || GOTO :ERROR

0 commit comments

Comments
 (0)