Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3ceae47

Browse files
committed
Check errors in for loop
1 parent 2078e38 commit 3ceae47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/GNUmakefile

+2-2
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/26 22:24:43 petere Exp $
9+
# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.79 2009/10/26 21: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
for file in $(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)