Dothem: pass --loose as well

Junio C Hamano committed Apr 29, 2009 at 22:11 UTC 7128f0a0db8fea7c58e55c740da25eb41c74207c
1 file changed +1 -2
Dothem
+1 -2
@@ -18,8 +18,7 @@ inst_prefix=$(
18
19 force= with_dash= M= install= nodoc= notest= bootstrap= branches= jobs=
20 while case "$1" in
21 - --pedantic) M="$M $1" ;;
22 - --locale=*) M="$M $1" ;;
21 + --pedantic | --locale=* | --loose) M="$M $1" ;;
22 --force) force=$1 ;;
23 --dash) with_dash=y ;;
24 --noinstall) install=noinstall ;;