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=""