correcciones para compatibilidad

This commit is contained in:
sejo 2022-01-08 19:43:02 -06:00
parent 88ecd85fe1
commit 3c4dd48c55
2 changed files with 3 additions and 3 deletions

View File

@ -5,12 +5,12 @@ mkdir -p gem
mkdir -p tmp
fecha=$(date --rfc-3339=date)
fecha=$(date +%F)
echo "empezando conversión, estamos en ${fecha}"
echo "revisando y copiando imágenes..."
for f in $(find src/ -regextype awk -regex ".*(jpg|png|gif|svg)")
for f in $(find src/ -regex ".*\(jpg\|png\|gif\|svg\)")
do
path="web/${f#src/}" # quita el prefijo de src/ y agrega web/
gempath="gem/${f#src/}" # quita el prefijo de src/ y agrega gem/

View File

@ -23,7 +23,7 @@ BEGIN{
FS = "\t"
"date --rfc-3339=date"| getline fecha
"date +%F"| getline fecha
system("cp " loggmoheader " " loggmopath)
system("cp " gematomheader " " atomgempath)