Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xavier Garrido
CAMEL
Commits
e92c164f
Commit
e92c164f
authored
Jun 25, 2018
by
Matthieu Tristram
Browse files
Correct small bug for testing parameter type
parent
d849779f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
work/batch/cc/Profile.sh
work/batch/cc/Profile.sh
+1
-1
No files found.
work/batch/cc/Profile.sh
View file @
e92c164f
...
...
@@ -130,7 +130,7 @@ awk '{if ((\$1 == "par" || \$1 == "fix" || \$1 == "class") && \$2 == "${var/\*/\
type=
\$
(awk '(
\$
1 =="par" ||
\$
1 =="fix") &&
\$
2 =="
${
var
/\*/\\*
}
" {print
\$
3}'
$file
)
#if not found assume cosmo type
if [ -z "
\$
type"
]
; then
if [ -z "
\$
type"
]
; then
type="cosmo"
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