Skip to content

Commit

Permalink
Undo debug modification introduced in r19100. It bypassed the Abort a…
Browse files Browse the repository at this point in the history
…nd was never intended to be committed.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19262 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
gjanssens committed Jun 16, 2010
1 parent e34c19e commit 1af2aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/win32/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function die() {
echo
[ "$*" ] && echo "!!! $* !!!"
echo "!!! ABORTING !!!"
# exit -1
exit -1
}

# usage: register_env_var NAME SEPARATOR [DEFAULT]
Expand Down

0 comments on commit 1af2aff

Please sign in to comment.