git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: fix cg-mkpatch "-f" option
@ 2005-10-14 14:23 Klaus Weidner
  0 siblings, 0 replies; only message in thread
From: Klaus Weidner @ 2005-10-14 14:23 UTC (permalink / raw)
  To: git

Hello, 

in cogito-0.15.1, the "-f" option to specify a format string for output
filenames didn't work, it was getting an empty OPTARG. The following
patch fixes it for me.

-Klaus

--- cogito/cg-mkpatch.orig	2005-10-14 09:16:04.000000000 -0500
+++ cogito/cg-mkpatch	2005-10-14 09:16:33.000000000 -0500
@@ -119,7 +119,7 @@
 		mergebase=1
 	elif optparse -d=; then
 		outdir="$OPTARG"
-	elif optparse -f; then
+	elif optparse -f=; then
 		fileformat="$OPTARG"
 	else
 		optfail

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-14 14:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-14 14:23 PATCH: fix cg-mkpatch "-f" option Klaus Weidner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).