Undo debug modification introduced in r19100. It bypassed the Abort and was never intended to be committed.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19262 57a11ea4-9604-0410-9ed3-97b8803252fd
pull/1/head
Geert Janssens 16 years ago
parent e34c19e128
commit 1af2aff3e3

@ -121,7 +121,7 @@ function die() {
echo
[ "$*" ] && echo "!!! $* !!!"
echo "!!! ABORTING !!!"
# exit -1
exit -1
}
# usage: register_env_var NAME SEPARATOR [DEFAULT]

Loading…
Cancel
Save