diff options
| author | Joe Orton <jorton@redhat.com> | 2012-05-31 14:30:31 +0100 |
|---|---|---|
| committer | Joe Orton <jorton@redhat.com> | 2012-05-31 14:30:31 +0100 |
| commit | ddd6f9f031c0e1028acf403da4289e5d18a4aac8 (patch) | |
| tree | e5b711008f96ec49c45112955a24999f07ef0d99 | |
| parent | 5dd35341376b1ab6cd48731128faf0602f7bb498 (diff) | |
catch errors
| -rwxr-xr-x | pullrev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e if [ $# -lt 1 ]; then echo "What?" |
