[Pkg-ocaml-maint-commits] r6209 - /trunk/tools/svn2git/functions.sh
smimram at users.alioth.debian.org
smimram at users.alioth.debian.org
Thu Feb 19 17:12:24 UTC 2009
Author: smimram
Date: Thu Feb 19 17:12:23 2009
New Revision: 6209
URL: http://svn.debian.org/wsvn/?sc=1&rev=6209
Log:
Don't kill the shell on error...
Modified:
trunk/tools/svn2git/functions.sh
Modified: trunk/tools/svn2git/functions.sh
URL: http://svn.debian.org/wsvn/trunk/tools/svn2git/functions.sh?rev=6209&op=diff
==============================================================================
--- trunk/tools/svn2git/functions.sh (original)
+++ trunk/tools/svn2git/functions.sh Thu Feb 19 17:12:23 2009
@@ -41,7 +41,7 @@
git_check () {
if [ ! -d .git ]; then
echo "Go to a git repository!"
- exit 1
+# exit 1
fi
}
More information about the Pkg-ocaml-maint-commits
mailing list