Fix non-standard use of the date command.
Reported by Étienne Renault. * bench/spin13/run.sh: Here.
This commit is contained in:
parent
fc5d4e1a41
commit
ff102d3d94
1 changed files with 2 additions and 2 deletions
|
|
@ -195,7 +195,7 @@ EOF
|
||||||
|
|
||||||
cat >>run.mk <<EOF
|
cat >>run.mk <<EOF
|
||||||
${prefix}sum.tex: $presults
|
${prefix}sum.tex: $presults
|
||||||
../ltl2tgba/sum.py --intro "Version: $v; Date: `date -I`; Host: $h." \\
|
../ltl2tgba/sum.py --intro "Version: $v; Date: `date +%Y-%m-%d`; Host: $h." \\
|
||||||
$presults >${prefix}sum.tex
|
$presults >${prefix}sum.tex
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
@ -207,7 +207,7 @@ EOF
|
||||||
all="$all ${prefix}sum.pdf ${prefix}sum.tex $results $csv $log $html"
|
all="$all ${prefix}sum.pdf ${prefix}sum.tex $results $csv $log $html"
|
||||||
done
|
done
|
||||||
|
|
||||||
arch=`date -I`.tar.xz
|
arch=`date +%Y-%m-%d`.tar.xz
|
||||||
cat >>run.mk <<EOF
|
cat >>run.mk <<EOF
|
||||||
_all: $arch
|
_all: $arch
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue