From: Matthijs van der Vleuten Date: Wed, 4 Sep 2013 07:43:17 +0000 (+0200) Subject: Don't ignore hg-fast-export.py exit code X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=9643aa5df2e14e01867bc4266958b8c8081c3377;p=python%2Ffast-export.git Don't ignore hg-fast-export.py exit code --- diff --git a/hg-fast-export.sh b/hg-fast-export.sh index 59d3237..cc720f3 100755 --- a/hg-fast-export.sh +++ b/hg-fast-export.sh @@ -3,6 +3,8 @@ # Copyright (c) 2007, 2008 Rocco Rutte and others. # License: MIT +set -o pipefail + ROOT="`dirname $0`" REPO="" PFX="hg2git"