diff --git a/qsgen2 b/qsgen2 index 7c33311..4ad8b7c 100755 --- a/qsgen2 +++ b/qsgen2 @@ -181,7 +181,7 @@ function _list_blogs() { setopt local_options null_glob # Directly capture matching blog files into an array - local -a blog_files=(blog/*.blog) + local -a blog_files=(blog/*.blog(O)) if (( ${#blog_files[@]} == 0 )); then if ${debug}; then _msg debug "_list_blogs: No blog files found."; fi