Dothem: pass --loose as well

This commit is contained in:
Junio C Hamano 2009-04-29 22:11:24 -07:00
parent f4eb1b7f4f
commit 7128f0a0db

3
Dothem
View file

@ -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 ;;