mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Tell guile to be noisy about deprecated functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10958 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
db05d6b158
commit
872a6a34f9
@ -12,7 +12,7 @@ cat > ${TARGET_SCRIPT}.tmp <<EOF
|
||||
PATH="${GNC_OVERRIDES_DIR}:\${PATH}"
|
||||
export PATH
|
||||
|
||||
GUILE_WARN_DEPRECATED="no"
|
||||
GUILE_WARN_DEPRECATED="detailed"
|
||||
export GUILE_WARN_DEPRECATED
|
||||
|
||||
exec "${TARGET_SCRIPT}" "\$@"
|
||||
|
Loading…
Reference in New Issue
Block a user