Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3132ac5

Browse files
committed
minor fix
1 parentf155782 commit3132ac5

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+
perlgen_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)

[8]ページ先頭

©2009-2025 Movatter.jp