From: Simon Ruderich Date: Sun, 10 Mar 2013 21:54:50 +0000 (+0100) Subject: archive.sh: Add set -e. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=46d2ea7be4283759805fd0e9a51ef4f8a65b07ab archive.sh: Add set -e. --- 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`