Turn off the guile-1.6 complaint about deprecated functions.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7878 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2003-01-23 06:30:21 +00:00
parent db578fc4a9
commit 4d25dc73c7
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2003-01-22 David Hampton <hampton@employees.org>
* src/bin/gnucash: Tell guile 1.6 not to bitch about deprecated
functions.
* src/quotes/dump-finance-quote: Add new script that dumps all the
data returned by F::Q for a stock. It also indicates which data
field gnucash requires, which are optional, etc.

View File

@ -12,6 +12,9 @@ cat > ${TARGET_SCRIPT}.tmp <<EOF
PATH="${GNC_OVERRIDES_DIR}:\${PATH}"
export PATH
GUILE_WARN_DEPRECATED="no"
export GUILE_WARN_DEPRECATED
exec "${TARGET_SCRIPT}" "\$@"
EOF