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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy