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
FSL
fslpy
Commits
0f7d9aa5
Commit
0f7d9aa5
authored
Feb 07, 2018
by
Matthew Webster
Committed by
Paul McCarthy
Feb 08, 2018
Browse files
request now uses exported PREFIX
parent
9cf325aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
.conda/post-link.sh
View file @
0f7d9aa5
if
[
-e
${
FSLDIR
}
/bin/requestFSLpythonLink.sh
]
;
then
$FSLDIR
/bin/requestFSLpythonLink.sh
${
PREFIX
}
/bin
atlasquery atlasq imcp immv imglob
$FSLDIR
/bin/requestFSLpythonLink.sh atlasquery atlasq imcp immv imglob
fi
.conda/pre-unlink.sh
View file @
0f7d9aa5
if
[
-e
${
FSLDIR
}
/bin/requestFSLpythonUnlink.sh
]
;
then
$FSLDIR
/bin/requestFSLpythonUnlink.sh
${
PREFIX
}
/bin
atlasquery atlasq imcp immv imglob
$FSLDIR
/bin/requestFSLpythonUnlink.sh atlasquery atlasq imcp immv imglob
fi
Write
Preview
Supports
Markdown
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