fix a small syntax bug in the reset script.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15049 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/remove-group2
Derek Atkins 20 years ago
parent 066b651357
commit d5c54ea9ec

@ -16,7 +16,7 @@ esac
#### Load Custom.sh
function add_step() { }
function add_step() { echo "" >/dev/null; }
function qpushd() { pushd "$@" >/dev/null; }
function qpopd() { popd >/dev/null; }

Loading…
Cancel
Save