corrige fecha de modificación

This commit is contained in:
sejo 2021-07-02 13:26:28 -05:00
parent 393823254c
commit 35e1e51b65
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ do
htmlpath="web/${path%gmo}html" # agrega "web/" y cambia el sufijo
gempath="gem/${path%gmo}gmi" # agrega "gem/"
fecha=$(date -r $f --rfc-3339=date)
# fecha=$(date -r $f --rfc-3339=date)
fecha=$(date -r src/$path --rfc-3339=date)
# echo "${f}"