From: Junio C Hamano Date: Sun, 19 Apr 2009 16:06:33 +0000 (-0700) Subject: Meta/Dothem: pass --locale=* to underlying Meta/Make X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21b717659eb4060ee87aee003b893ee2ba0bd5cf;p=thirdparty%2Fgit.git Meta/Dothem: pass --locale=* to underlying Meta/Make --- diff --git a/Dothem b/Dothem 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 ;;