changed back to /bin/sh, corrected increment

This commit is contained in:
sejo 2021-08-20 17:06:51 -05:00
parent e8c5c14afe
commit 88672f075c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
mkdir -p web/static
mkdir -p gem
@ -68,7 +68,7 @@ do
awk -v fecha=$fecha -f gemtext2html.awk $f > $htmlpath
awk -v fecha=$fecha -f gmo2gmi.awk $f > $gempath
(( i++ ))
i=$((i+1))
done