Changed _last_updated
This commit is contained in:
parent
ff9312d742
commit
bc29f2c196
2
qsgen2
2
qsgen2
@ -260,7 +260,7 @@ function _pages_cache() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function _last_updated() {
|
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() {
|
function _file_to_lower() {
|
||||||
|
Loading…
Reference in New Issue
Block a user