Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
e8a555b5
Commit
e8a555b5
authored
Nov 22, 2017
by
MARCHE Claude
Browse files
fix wrong use of printf
parent
edfb80c0
Changes
1
Show whitespace changes
Inline
Side-by-side
bench/bench
View file @
e8a555b5
...
...
@@ -150,7 +150,7 @@ extract_and_run () {
list_stuff
()
{
pgm
=
"bin/why3
$suffix
"
printf
"
$1
"
printf
'%s '
"
$1
"
if
$pgm
$1
>
/dev/null 2>&1
;
then
echo
"ok"
else
...
...
Write
Preview
Markdown
is supported
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