# HG changeset patch # User mas90 # Date 1233767480 0 # Wed Feb 04 17:11:20 2009 +0000 # Node ID ad7ffa712857f7ff0895e75a1cab9f2ef3f3983f # Parent 2e6a451687f7185f739453442900d1e070c6da5e Fix a regression caused by overuse of search-and-replace... diff --git a/fetch-sanesecurity-sigs b/fetch-sanesecurity-sigs --- a/fetch-sanesecurity-sigs +++ b/fetch-sanesecurity-sigs @@ -194,7 +194,7 @@ for db in "$cache_dir"/*.?db "$cache_dir"/*.ftm do db_name=$(basename "$db") - db_live="$db_live" + db_live="$clamd_dbdir/sanesecurity-$db_name" # Only pay any attention to this database if it's newer than the installed version if [ -e "$db_live" -a ! "$db" -nt "$db_live" ]