From 80bb49dfff23f6841ad79c0919688b3d44653949 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 24 Feb 2008 22:23:39 +0200 Subject: [PATCH] grafthistory: exit if a command fails (cherry picked from commit bc42af691be3a8698b868da9dccc059e09794d7a) --- contrib/grafthistory.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/grafthistory.sh b/contrib/grafthistory.sh index 821e5eba..19504ab9 100755 --- a/contrib/grafthistory.sh +++ b/contrib/grafthistory.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e # # Graft the ELinks development history to the current tree. #