From: Adam Dickmeiss Date: Thu, 18 Jul 2013 12:22:54 +0000 (+0000) Subject: Fix spelling of clear option X-Git-Url: http://git.indexdata.com/?p=git-tools-moved-to-github.git;a=commitdiff_plain;h=a6e1910e16db227ab33a9e20ed4fe49d820ed334 Fix spelling of clear option --- 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