Somebody shoot me.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7666 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2002-12-09 06:44:09 +00:00
parent b7e686ad4e
commit 501e2589e9

View File

@ -552,7 +552,7 @@ string and 'directories' must be a list of strings."
(string-null? (cadr parts-in)))
file)
(else
(gnc:strip-path (append (string-split (getenv "PWD") #\/) parts-in))))
(gnc:strip-path (string-append (getenv "PWD") "/" file))))
)
)