Can't echo a filename and expect its content

This commit is contained in:
Stig-Ørjan Smelror 2024-01-29 23:00:56 +01:00
parent e9e453e586
commit eb8c960043

2
qsgen2
View File

@ -648,7 +648,7 @@ function _html() {
local debug=true
if (${debug}) echo "${red}_html: Generating HTML for ${1}${end}"
echo ${1} | sed \
cat ${1} | sed \
-e "s|\#BR|<br/>\n|g" \
-e "s|\#BD|<b>|g" \
-e "s|\#EBD|</b>|g" \