author | brian m. carlson <sandals@crustytoothpaste.ath.cx> | |
Mon, 3 Dec 2007 01:26:33 +0000 (01:26 +0000) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 3 Dec 2007 03:49:36 +0000 (22:49 -0500) | ||
commit | 54051102004addb6021a527be17b124c00d1482a | |
tree | de5978be8260237eb9429e84f55de5e9cac0600b | tree | snapshot |
parent | 6f4ec3aa29450f4fa5af3cd8f6593d46d80aa909 | commit | diff |
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>
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 | diff | blob | history |