Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f155782 commit 3132ac5Copy full SHA for 3132ac5
build/helpers/probackup.cmd
@@ -26,9 +26,9 @@ MKDIR %BUILD_DIR%\pg_probackup\pg_probackup-%PG_MAJOR_VERSION%-%PROBACKUP_VERSIO
26
27
CD /D %BUILD_DIR%\pg_probackup\pg_probackup-%PG_MAJOR_VERSION%-%PROBACKUP_VERSION% || GOTO :ERROR
28
29
-git clone https://github.com/postgrespro/pg_probackup .
+git clone https://github.com/postgrespro/pg_probackup . || GOTO :ERROR
30
31
-gen_probackup_project.pl %BUILD_DIR%\postgresql\postgresql-%PGVER%
+perl gen_probackup_project.pl %BUILD_DIR%\postgresql\postgresql-%PGVER% || GOTO :ERROR
32
33
rm -rf %BIN_DIR% || GOTO :ERROR
34
MKDIR %BIN_DIR% || GOTO :ERROR
0 commit comments