Spm8 batch/localization automate - #82
Merged
dankessler merged 2 commits intoJul 17, 2012
Merged
Conversation
…ed to make any localization tweaks aside from manually sourcing spm8Setup or configuring spm8Setup to be automatically sourced for all or some users
…w, much more limited installation requirements
Member
Author
|
Going to go ahead and pull since this is just going into the alpha |
dankessler
added a commit
that referenced
this pull request
Jul 17, 2012
Spm8 batch/localization automate
Member
Author
|
Pleased to say this was just tested, and appears to work! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhanced localization in @rcwelsh 's spm8Batch script.
Users no longer have to make any localization changes, as spm8Batch_Global will now figure out where it lives (even if sourced, thanks to a neat trick I found on StackOverflow)
Since it is being distributed along with spm8, it now explicitly points to an spm8 release by leveraging the relative location of spm8Batch_Global and the SPM folders.
One assumption is that matlab is reachable on $PATH, since it uses
which matlabto figure out the path to matlab.I also updated the documentation to reflect these changes. These changes will likely need to be reverted if somebody (especially @rcwelsh) wants to redistribute the code as a standalone package.