_list_pages: echo output
This commit is contained in:
parent
5bfc5df4da
commit
e9bf297bed
2
qsgen2
2
qsgen2
@ -179,7 +179,7 @@ function _list_pages() {
|
|||||||
setopt local_options null_glob
|
setopt local_options null_glob
|
||||||
|
|
||||||
# Check if there are any .blog files in the blog directory
|
# Check if there are any .blog files in the blog directory
|
||||||
local pages_files=(*.${file_ext})
|
local pages_files=(*.$(echo ${file_ext}))
|
||||||
if (( ${#pages_files} == 0 )); then
|
if (( ${#pages_files} == 0 )); then
|
||||||
if (${debug}); then _msg debug "_list_pages: No Pages found."; fi
|
if (${debug}); then _msg debug "_list_pages: No Pages found."; fi
|
||||||
export no_pages_found=true
|
export no_pages_found=true
|
||||||
|
Loading…
Reference in New Issue
Block a user