Test repository directory names no longer need to end in *.git.

This commit is contained in:
Robin Sommer 2011-07-09 08:43:51 -07:00
parent eb0580c622
commit 42f214b8d0
4 changed files with 30 additions and 14 deletions

View file

@ -7,7 +7,7 @@ if [ $# != 2 ]; then
exit 1
fi
name=`pwd`/$1.git
name=`pwd`/$1
repo=$2
if [ -e $repo ]; then