]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - archive.sh
archive.sh: Add set -e.
[config/dotfiles.git] / archive.sh
index 985cc51ea4d7a2f48957fb1bb7993d1d8912e732..9994836bb687131bf511eaac58f17e8bc70010c2 100755 (executable)
@@ -21,6 +21,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
+set -e
+
 git_clone() {
     git clone "$1" "$2" > /dev/null
     cwd=`pwd`