From 5081162800ac27a5995971eb5c5e1ed3d7694cda Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Wed, 26 Jul 2006 20:33:24 +0100 Subject: [PATCH] Commit the update script. --- update.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/update.sh b/update.sh index 85a6dad..c07b3f8 100755 --- a/update.sh +++ b/update.sh @@ -85,15 +85,9 @@ done diff -ru --exclude='*.c' --exclude='*.cpp' --exclude='*.h' \ ./ upgrade.tmp/${P} \ - | grep -v '^Only in' \ > upgrade.diff -if [ $? -eq 2 ] -then - print_failure "diff failed." - cleanup -fi -case $? in +case "$?" in 0) print_success "Already up to date." rm upgrade.diff