*** no comment ***

This commit is contained in:
John Wiegley 2007-05-11 07:21:26 +00:00
parent fba5d67fee
commit 5184324f9f

View file

@ -3,7 +3,7 @@
TMPDIR=$HOME/tmp
if [ -d $TMPDIR/ledger ]; then
rm -fr $TMPDIR/ledger || exit 1
sudo rm -fr $TMPDIR/ledger || exit 1
fi
if [ -d $HOME/src/ledger/.git ]; then
@ -51,6 +51,4 @@ build_ledger(debug_python, --debug, --python)
build_ledger(optimized, --opt)
build_ledger(opt_python, --opt, --python)
rm -fr $TMPDIR/ledger || exit 1
exit 0