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
This commit is contained in:
Derek Atkins 2006-10-20 17:53:17 +00:00
parent 066b651357
commit d5c54ea9ec

View File

@ -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; }