mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fixes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9143 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
be4e6196d0
commit
14400b8448
@ -5,7 +5,11 @@
|
|||||||
# modified version of the overrides/gnucash shell script (and should
|
# modified version of the overrides/gnucash shell script (and should
|
||||||
# be kept in sync with that).
|
# be kept in sync with that).
|
||||||
#
|
#
|
||||||
exec ./src/bin/overrides/gnucash-build-env valgrind -v --suppressions=./src/valgrind-gnucash.supp guile -e main -s "$0" "$@"
|
exec ./src/bin/overrides/gnucash-build-env valgrind -v \
|
||||||
|
--suppressions=./src/valgrind-gnucash.supp \
|
||||||
|
--error-limit=no \
|
||||||
|
guile -e main -s "$0" "$@"
|
||||||
|
|
||||||
!#
|
!#
|
||||||
|
|
||||||
(use-modules (gnucash main))
|
(use-modules (gnucash main))
|
||||||
|
Loading…
Reference in New Issue
Block a user