_pages: Don't redirect to fd1
This commit is contained in:
parent
b0a3a783e3
commit
21920e5287
2
qsgen2
2
qsgen2
@ -418,7 +418,7 @@ function _pages() {
|
||||
if [[ ${file_ext} == "tpl" ]]; then
|
||||
local page_content=$( ${engine} "$page_content" )
|
||||
elif [[ ${file_ext} == "md" ]]; then
|
||||
local page_content=$( echo "$page_content" | ${engine} >&1 )
|
||||
local page_content=$( echo "$page_content" | ${engine} )
|
||||
echo "$page_content"
|
||||
exit
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user