2001-05-03 Dave Peticolas <dave@krondo.com>

* make-gnucash-patch.in: fix bug

	* README.cvs: update info


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4110 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2001-05-03 09:27:09 +00:00
parent 1385b1890e
commit d3e2f3a9a9
3 changed files with 13 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ my $filename = undef;
$result = GetOptions("old=s" => \$old, "new=s" => \$new,
"prefix=s" => \$gnc_home, "help" => \$help,
"file=s" => \$filename, "ask!" => \$ask_description,
"file=s" => \$filename, "ask!" => \$::ask_description,
"diff=s" => \$diffname, "uuencode!" => \$::should_uuencode,
"zip!" => \$zip, "ignore=s" => \$ignorename);