Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CoPaR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Informatik 8
CoPaR
Commits
ee39e382
Commit
ee39e382
authored
6 years ago
by
Hans-Peter Deifel
Browse files
Options
Downloads
Patches
Plain Diff
Use posix sh function definition syntax in build script
parent
e4979401
No related branches found
No related tags found
1 merge request
!3
Add build script that wraps stack
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+2
-2
2 additions, 2 deletions
build.sh
with
2 additions
and
2 deletions
build.sh
+
2
−
2
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
"
$*
"
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment