mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
David Hampton's patch for make-gnucash-patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6791 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1779e5b697
commit
7211beddb4
@ -166,6 +166,9 @@ if (@filename) {
|
||||
push(@args, '-manifest', "$gnc_home/tmp.MANIFEST");
|
||||
}
|
||||
elsif (defined($manifest)) {
|
||||
if (not $manifest =~ m#/#) {
|
||||
$manifest = "$cwd/$manifest";
|
||||
}
|
||||
push(@args, '-manifest', "$manifest");
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user