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

Commit3ceae47

Browse files
committed
Check errors in for loop
1 parent2078e38 commit3ceae47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
77
# Portions Copyright (c) 1994, Regents of the University of California
88
#
9-
# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.78 2009/08/2622:24:43 petere Exp $
9+
# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.79 2009/10/2621:11:22 petere Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -100,7 +100,7 @@ regress_data_files = \
100100
install-tests: all install install-lib installdirs-tests
101101
$(MAKE) -C$(top_builddir)/contrib/spi install
102102
forfilein$(regress_data_files);do \
103-
$(INSTALL_DATA)$$file'$(DESTDIR)$(pkglibdir)/regress/'$$file;\
103+
$(INSTALL_DATA)$$file'$(DESTDIR)$(pkglibdir)/regress/'$$file||exit;\
104104
done
105105

106106
installdirs-tests: installdirs

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp