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
@@ -5,6 +5,7 @@ NWD=contrib/workdir/git-new-workdir
5 force= with_dash= M= install= nodoc= bootstrap= branches= jobs=
6 while case "$1" in
7 --pedantic) M="$M $1" ;;
8 + --locale=*) M="$M $1" ;;
9 --force) force=$1 ;;
10 --dash) with_dash=y ;;
11 --noinstall) install=noinstall ;;