From c2f84efbd81f0a9204263066d1a71c54fc202b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 3 Feb 2024 20:19:33 +0100 Subject: [PATCH] _list_pages: Debug --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index 1eee353..07a45f9 100755 --- a/qsgen2 +++ b/qsgen2 @@ -149,7 +149,7 @@ function _list_pages() { export no_pages_found=false # Temporarily set null_glob for this function - setopt local_options null_glob + #setopt local_options null_glob # Check if there are any .blog files in the blog directory local pages_files=$(ls *.${file_ext})