Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Software
CoPaR
Commits
ee39e382
Commit
ee39e382
authored
Jul 29, 2018
by
Hans-Peter Deifel
🐢
Browse files
Use posix sh function definition syntax in build script
parent
e4979401
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
ee39e382
...
...
@@ -28,7 +28,7 @@ EOF
exit
1
fi
function
doTest
{
doTest
()
{
if
[[
$#
-eq
0
]]
;
then
exec
stack
test
fi
...
...
@@ -48,7 +48,7 @@ function doTest {
esac
}
function
doBench
{
doBench
()
{
exec
stack bench :bench
--benchmark-arguments
"
$*
"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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