From cb55f7443778bbabb81029f7671a6a4b152f0a56 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 14 Mar 2014 21:01:35 -0700 Subject: [PATCH] Revert "Make bashism conditional on the shell being bash" This reverts commit aaccfba9a0cfcfdd4db1e629b50d65b1c479b64f. --- hg-fast-export.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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="" -- 2.11.4.GIT