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

This commit is contained in:
Junio C Hamano
2009-04-19 09:06:33 -07:00
parent f355f2565b
commit 21b717659e

1
Dothem
View File

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