Fix annoying display bugs

This commit is contained in:
Laurence Withers 2007-02-17 13:42:00 +00:00
commit 5a6fa1fd68
2 changed files with 1 additions and 5 deletions

View file

@ -57,10 +57,6 @@ cleanup() {
}
do_cmd mkdir upgrade.tmp || cleanup
echo "DEBUG START"
ls
ls upgrade.tmp
echo "DEBUG END"
do_cmd_redir /dev/null ${SCRIPT_ROOT}/create.sh ${PROJECT_ROOT}/upgrade.tmp ${P} || cleanup
for module in src/*
do