git-gui: Reorder msgfmt command-line arguments
commit54051102004addb6021a527be17b124c00d1482a
authorbrian m. carlson <sandals@crustytoothpaste.ath.cx>
Mon, 3 Dec 2007 01:26:33 +0000 (3 01:26 +0000)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 3 Dec 2007 03:49:36 +0000 (2 22:49 -0500)
treede5978be8260237eb9429e84f55de5e9cac0600b
parent6f4ec3aa29450f4fa5af3cd8f6593d46d80aa909
git-gui: Reorder msgfmt command-line arguments

Any program using getopt or getopt_long will stop processing options
once a non-option argument has been encountered, if POSIXLY_CORRECT is
set.  Therefore, reorder the command-line arguments to put options
first, so that the msgfmt call works in this scenario.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile