Changed _last_updated

This commit is contained in:
Stig-Ørjan Smelror 2024-01-29 23:10:52 +01:00
parent ff9312d742
commit bc29f2c196

2
qsgen2
View File

@ -260,7 +260,7 @@ function _pages_cache() {
}
function _last_updated() {
tee < ${1} | sed -e "s|#updated|${TODAY}|" | sed -e "s|\#version|${QSGEN} ${VERSION}|" > ${1}
sed -e "s|#updated|${TODAY}|" | sed -e "s|\#version|${QSGEN} ${VERSION}|" ${1}
}
function _file_to_lower() {