]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Dothem: pass --loose as well
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Apr 2009 05:11:24 +0000 (22:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Apr 2009 05:11:24 +0000 (22:11 -0700)
Dothem

diff --git a/Dothem b/Dothem
index 20b204d74a5fd876910ab395080789599d541617..0c95205c05702e35df47c465597cf9e10ae36e90 100755 (executable)
--- 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 ;;