From 9caeb3d1c1a258a7d80de6e4d544313feb35106e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 3 Feb 2024 18:03:53 +0100 Subject: [PATCH] _blog_idx_for_index: Debug exit --- qsgen2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qsgen2 b/qsgen2 index 1913ed6..2952555 100755 --- a/qsgen2 +++ b/qsgen2 @@ -648,6 +648,10 @@ function _blog_idx_for_index() { if (${debug}) _msg debug "_blog_idx_for_index: Writing _blog_idx_for_index to file: ${project_dir}/blog/index.tmp.html" if (${debug}) _msg debug "_blog_idx_for_index: blog_list_content = ${blog_list_content}" echo ${blog_list_content} >> ${project_dir}/blog/index.tmp.html + + # Debug exit + ls -l ${project_dir}/blog/index.tmp.html + exit done