From: Kyle J. McKay Date: Sat, 15 Mar 2014 04:01:35 +0000 (-0700) Subject: Revert "Make bashism conditional on the shell being bash" X-Git-Tag: v160415~34 X-Git-Url: https://repo.or.cz/w/fast-export.git/commitdiff_plain/cb55f7443778bbabb81029f7671a6a4b152f0a56 Revert "Make bashism conditional on the shell being bash" This reverts commit aaccfba9a0cfcfdd4db1e629b50d65b1c479b64f. --- diff --git a/hg-fast-export.sh b/hg-fast-export.sh index 346d651..7dd918c 100755 --- a/hg-fast-export.sh +++ b/hg-fast-export.sh @@ -3,9 +3,7 @@ # Copyright (c) 2007, 2008 Rocco Rutte and others. # License: MIT -if [ -n "$BASH" ]; then - set -o pipefail -fi +set -o pipefail ROOT="`dirname $0`" REPO=""