From 21b717659eb4060ee87aee003b893ee2ba0bd5cf Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 19 Apr 2009 09:06:33 -0700 Subject: [PATCH] Meta/Dothem: pass --locale=* to underlying Meta/Make --- Dothem | 1 + 1 file changed, 1 insertion(+) 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 ;;