X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fall%2Fgit.subr;h=33054119e013680b08db65b02719556a3058f651;hp=b14a8b6f1acd8e0f67443f7a211fcdf3c80fa3af;hb=022da22429cb6df5ba493050179edae0a8ff469e;hpb=b5130ef63c4fe19313ed8987d2377d90fb299660 diff --git a/misc/tools/all/git.subr b/misc/tools/all/git.subr index b14a8b6f..33054119 100644 --- a/misc/tools/all/git.subr +++ b/misc/tools/all/git.subr @@ -19,10 +19,6 @@ initrepo() base= pushbase= allrepos initrepo_ "`git config remote.origin.url`" "`git config remote.origin.pushurl`" - if [ -z "$base" ]; then - msg "The main repo is not xonotic.git, what have you done?" - exit 1 - fi msg "Found main repo = $base" if [ -n "$pushbase" ]; then msg "Found push repo = $pushbase"