summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-26 18:20:55 +0200
committerJim Meyering <meyering@redhat.com>2009-08-26 18:21:12 +0200
commit847359b11d75df47a611ce9214246af7a62ac5e3 (patch)
treeaef5a4fa670dd641708b737fe624ff324c1e755b /bootstrap.conf
parentd6639ee63bc9321bc73ad453a266e45a89823a22 (diff)
downloadcoreutils-847359b11d75df47a611ce9214246af7a62ac5e3.tar.xz
build: stop earlier if touching ChangeLog fails
* bootstrap.conf: Exit right away if touching ChangeLog fails. Otherwise, the touch failure message is buried under configure output.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 991e5bd45..7ec4b3b47 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -316,4 +316,4 @@ tar -
"
# Automake requires that ChangeLog exist.
-touch ChangeLog
+touch ChangeLog || exit 1