From ddd6f9f031c0e1028acf403da4289e5d18a4aac8 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 31 May 2012 14:30:31 +0100 Subject: [PATCH] catch errors --- pullrev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?"