From: Junio C Hamano Date: Thu, 30 Apr 2009 05:11:24 +0000 (-0700) Subject: Dothem: pass --loose as well X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7128f0a0db8fea7c58e55c740da25eb41c74207c;p=thirdparty%2Fgit.git Dothem: pass --loose as well --- diff --git a/Dothem b/Dothem index 20b204d74a..0c95205c05 100755 --- a/Dothem +++ b/Dothem @@ -18,8 +18,7 @@ inst_prefix=$( force= with_dash= M= install= nodoc= notest= bootstrap= branches= jobs= while case "$1" in - --pedantic) M="$M $1" ;; - --locale=*) M="$M $1" ;; + --pedantic | --locale=* | --loose) M="$M $1" ;; --force) force=$1 ;; --dash) with_dash=y ;; --noinstall) install=noinstall ;;