mirror of
https://github.com/frej/fast-export.git
synced 2025-11-13 14:15:41 +01:00
Don't ignore hg-fast-export.py exit code
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
# Copyright (c) 2007, 2008 Rocco Rutte <pdmef@gmx.net> and others.
|
# Copyright (c) 2007, 2008 Rocco Rutte <pdmef@gmx.net> and others.
|
||||||
# License: MIT <http://www.opensource.org/licenses/mit-license.php>
|
# License: MIT <http://www.opensource.org/licenses/mit-license.php>
|
||||||
|
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
ROOT="`dirname $0`"
|
ROOT="`dirname $0`"
|
||||||
REPO=""
|
REPO=""
|
||||||
PFX="hg2git"
|
PFX="hg2git"
|
||||||
|
|||||||
Reference in New Issue
Block a user