mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
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…
Reference in New Issue
Block a user