summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom "Ravi" Hale2018-12-11 16:44:18 +1100
committerTom "Ravi" Hale2018-12-11 16:44:18 +1100
commit2132bcc4e0267619388685b0a2e9a686b61862e4 (patch)
tree99c1d246dd779f164f240573bbe5c07683bc7ee6
parentf5666067f5a028331f8260cddccff3cd3cbaa845 (diff)
downloadaur-2132bcc4e0267619388685b0a2e9a686b61862e4.tar.gz
make-check: Add `set -eu`
-rwxr-xr-xmake-check6
1 files changed, 4 insertions, 2 deletions
diff --git a/make-check b/make-check
index d21afdb28ff7..8939e6cdf936 100755
--- a/make-check
+++ b/make-check
@@ -1,7 +1,9 @@
#!/bin/bash
-# A convenience script for the package creator.
-# This file is not run on package installation.
+# A convenience script for the package maintainers.
+# This file is neither installed nor run on package installation.
+
+set -eu # Bail if unexpected things happen
PACMAN=
PATH=/usr/bin:$PATH