Meta/Dothem: pass --locale=* to underlying Meta/Make

Junio C Hamano committed Apr 19, 2009 at 09:06 UTC 21b717659eb4060ee87aee003b893ee2ba0bd5cf
1 file changed +1
Dothem
+1
index 75e90ab289..38a37f2ba4 100755 --- a/Dothem +++ b/Dothem @@ -5,6 +5,7 @@ NWD=contrib/workdir/git-new-workdir force= with_dash= M= install= nodoc= bootstrap= branches= jobs= while case "$1" in --pedantic) M="$M $1" ;; + --locale=*) M="$M $1" ;; --force) force=$1 ;; --dash) with_dash=y ;; --noinstall) install=noinstall ;;