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
Jesse Heckman
pbtoolbox
Commits
11b0b8f2
Commit
11b0b8f2
authored
Oct 15, 2018
by
Jesse Heckman
Browse files
check
parent
45020895
Changes
1
Hide whitespace changes
Inline
Side-by-side
utilities/system/initialize/pb_userpath.m
View file @
11b0b8f2
...
...
@@ -7,7 +7,7 @@ function path = pb_userpath
% PBToolbox (2018): JJH: j.heckman@donders.ru.nl
if
~
isunix
if
isunix
path
=
strrep
(
which
(
'pb_userpath.m'
),
'utilities/system/initialize/pb_userpath.m'
,
''
);
else
path
=
strrep
(
which
(
'pb_userpath.m'
),
'utilities\system\initialize\pb_userpath.m'
,
''
);
...
...
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