mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
db578fc4a9
commit
4d25dc73c7
@ -1,5 +1,8 @@
|
|||||||
2003-01-22 David Hampton <hampton@employees.org>
|
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
|
* 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
|
data returned by F::Q for a stock. It also indicates which data
|
||||||
field gnucash requires, which are optional, etc.
|
field gnucash requires, which are optional, etc.
|
||||||
|
@ -12,6 +12,9 @@ cat > ${TARGET_SCRIPT}.tmp <<EOF
|
|||||||
PATH="${GNC_OVERRIDES_DIR}:\${PATH}"
|
PATH="${GNC_OVERRIDES_DIR}:\${PATH}"
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
|
GUILE_WARN_DEPRECATED="no"
|
||||||
|
export GUILE_WARN_DEPRECATED
|
||||||
|
|
||||||
exec "${TARGET_SCRIPT}" "\$@"
|
exec "${TARGET_SCRIPT}" "\$@"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user