mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Update patch submitting instructions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12186 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
#
|
||||
# This perl script is used to make a patch for your GnuCash
|
||||
# development work. All patches should be submitted to the
|
||||
# mailing list gnucash-patches@gnucash.org. For more info
|
||||
# consult the README.
|
||||
# mailing list gnucash-devel@gnucash.org. For more info
|
||||
# consult README.patches
|
||||
#
|
||||
# WARNING: By default, this script will checkout an entire
|
||||
# up to date copy of the source tree in ../tmp/gnucash/.
|
||||
@@ -27,6 +27,8 @@ $::ask_description = 1;
|
||||
$::should_uuencode = 1;
|
||||
$::diffcmd = "diff -up";
|
||||
|
||||
die "This utility has not been updated to use SVN. Sorry, just use diff(1).";
|
||||
|
||||
my $rcfile = $ENV{"HOME"} . "/.gnucash-patch.rc";
|
||||
|
||||
if (-f $rcfile) {
|
||||
|
||||
Reference in New Issue
Block a user