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
HeteroFlow
THAPI
Commits
2954e3fc
Commit
2954e3fc
authored
Mar 12, 2021
by
Brice Videau
Browse files
Fix script error when checking argument count.
parent
5908331a
Pipeline
#12892
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
utils/xprof.sh.erb.in
View file @
2954e3fc
...
@@ -51,7 +51,7 @@ whichlib() {
...
@@ -51,7 +51,7 @@ whichlib() {
}
}
trace_and_summary
()
{
trace_and_summary
()
{
if
[
-z
"
$@
"
]
;
then
if
[
"$#"
-eq
0
]
;
then
display_help
display_help
fi
fi
...
...
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