Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
ff102d3d
Commit
ff102d3d
authored
Jun 25, 2013
by
Alexandre Duret-Lutz
Browse files
Fix non-standard use of the date command.
Reported by Étienne Renault. * bench/spin13/run.sh: Here.
parent
fc5d4e1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bench/spin13/run.sh
View file @
ff102d3d
...
...
@@ -195,7 +195,7 @@ EOF
cat
>>
run.mk
<<
EOF
${
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
EOF
...
...
@@ -207,7 +207,7 @@ EOF
all
=
"
$all
${
prefix
}
sum.pdf
${
prefix
}
sum.tex
$results
$csv
$log
$html
"
done
arch
=
`
date
-I
`
.tar.xz
arch
=
`
date
+%Y-%m-%d
`
.tar.xz
cat
>>
run.mk
<<
EOF
_all:
$arch
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment