From a6e1910e16db227ab33a9e20ed4fe49d820ed334 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 18 Jul 2013 12:22:54 +0000 Subject: [PATCH] Fix spelling of clear option --- update-archive/update-archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-archive/update-archive.sh b/update-archive/update-archive.sh index c0a70ae..85a0423 100755 --- a/update-archive/update-archive.sh +++ b/update-archive/update-archive.sh @@ -103,7 +103,7 @@ for vdist in $DISTRIBUTIONS ; do cd $ftpdir test -d tmp || mkdir tmp # Uncomment to clean the .db (cache) - if $clean; then + if $clear; then rm tmp/* fi -- 1.7.10.4