summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-03-27 14:44:36 +0000
committerjoerg <joerg@pkgsrc.org>2009-03-27 14:44:36 +0000
commit0a5067d86c3cf4e10a3fd43b934d7aabd19fca04 (patch)
treea480543e9b606e131529dc89436bb82bf22f9b51
parent41484e8c9dbc482fbc2cc44078f45ba454f2b6e8 (diff)
downloadpkgsrc-0a5067d86c3cf4e10a3fd43b934d7aabd19fca04.tar.gz
Pass some additional options down as used by the scmgit-base build.
Tested by full bulk build, ok wiz@
-rwxr-xr-xmk/tools/msgfmt.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/mk/tools/msgfmt.sh b/mk/tools/msgfmt.sh
index e3a27e00364..044ec6a4aed 100755
--- a/mk/tools/msgfmt.sh
+++ b/mk/tools/msgfmt.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: msgfmt.sh,v 1.31 2009/03/22 17:57:58 joerg Exp $
+# $NetBSD: msgfmt.sh,v 1.32 2009/03/27 14:44:36 joerg Exp $
#
# Copyright (c) 2006 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -110,7 +110,10 @@ while test $# -gt 0; do
version="$1"
cmd="$cmd $1"; shift
;;
- -[aDo]|--alignment|--directory|--output-file)
+ --statistics|--tcl)
+ cmd="$cmd $1"; shift
+ ;;
+ -[aDodl]|--alignment|--directory|--output-file)
cmd="$cmd $1 $2"; shift; shift;
;;
-c)