From 46d2ea7be4283759805fd0e9a51ef4f8a65b07ab Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 10 Mar 2013 22:54:50 +0100 Subject: [PATCH] archive.sh: Add set -e. --- archive.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archive.sh b/archive.sh index 985cc51..9994836 100755 --- a/archive.sh +++ b/archive.sh @@ -21,6 +21,8 @@ # along with this program. If not, see . +set -e + git_clone() { git clone "$1" "$2" > /dev/null cwd=`pwd` -- 2.43.2