From 5a6fa1fd68354278bd88028b268e1bf3c39a998e Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Sat, 17 Feb 2007 13:42:00 +0000 Subject: [PATCH] Fix annoying display bugs --- scripts/module-create.sh | 2 +- update.sh | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/module-create.sh b/scripts/module-create.sh index ee3c074..c59c93c 100755 --- a/scripts/module-create.sh +++ b/scripts/module-create.sh @@ -26,7 +26,7 @@ source scripts/functions.sh || exit 1 # Get arguments. if [ $# -lt 3 ] then - echo "Usage: scripts/module-create.sh [args]" + echo "Usage: scripts/module-create.sh [args]" echo " available modules:" for i in scripts/build.* do diff --git a/update.sh b/update.sh index c07b3f8..53589e4 100755 --- a/update.sh +++ b/update.sh @@ -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