# HG changeset patch # User mas90 # Date 1233765345 0 # Wed Feb 04 16:35:45 2009 +0000 # Node ID 216f034c004f4de1c55c0766c4f576521e226b3c # Parent 80326b5b64fc5902602b58053c9be03cc2a7a10d Lose a bashism diff --git a/fetch-sanesecurity-sigs b/fetch-sanesecurity-sigs --- a/fetch-sanesecurity-sigs +++ b/fetch-sanesecurity-sigs @@ -179,7 +179,7 @@ # 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")