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
Michael Krause
fsl
Commits
0c0bd5f5
Commit
0c0bd5f5
authored
Oct 31, 2016
by
Michael Krause
🎉
Browse files
Fix: use bash for bashism in oxford_asl
script uses bash arrays, use /usr/bin/env bash instead of /bin/sh
parent
be3ddf98
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/oxford_asl/oxford_asl
View file @
0c0bd5f5
#!/
bin/
sh
#!/
usr/bin/env ba
sh
# OXFORD_ASL: Converts ASL images in to perfusion maps
#
...
...
@@ -1469,4 +1469,4 @@ fi
echo
"Output is
$outdir
/"
echo
"OXFORD_ASL - done."
\ No newline at end of file
echo
"OXFORD_ASL - done."
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