summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2012-05-31 14:30:31 +0100
committerJoe Orton <jorton@redhat.com>2012-05-31 14:30:31 +0100
commitddd6f9f031c0e1028acf403da4289e5d18a4aac8 (patch)
treee5b711008f96ec49c45112955a24999f07ef0d99
parent5dd35341376b1ab6cd48731128faf0602f7bb498 (diff)
catch errors
-rwxr-xr-xpullrev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pullrev.sh b/pullrev.sh
index 30c93e6..27058da 100755
--- a/pullrev.sh
+++ b/pullrev.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
if [ $# -lt 1 ]; then
echo "What?"