Lose a bashism
1 files changed, 1 insertions(+), 1 deletions(-)

M fetch-sanesecurity-sigs
M fetch-sanesecurity-sigs +1 -1
@@ 179,7 179,7 @@ echo
 
 # Iterate through the databases in the cache
 installed=0
-for db in "$cache_dir"/*.{?db,ftm}
+for db in "$cache_dir"/*.?db "$cache_dir"/*.ftm
 do
 	db_name=$(basename "$db")