Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
biofysica
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Marc van Wanrooij
biofysica
Commits
74efc0d8
Commit
74efc0d8
authored
Aug 14, 2020
by
Günter Windau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix architecture check in init.d/S21python.m
parent
c05986a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
init.d/S22lslapicfg.m
init.d/S22lslapicfg.m
+1
-1
No files found.
init.d/S22lslapicfg.m
View file @
74efc0d8
% print which lsl_api.cfg files we found
if
IsWin
if
ispc
cfgs
=
{
'c:\etc\lsl_api\lsl_api.cfg'
,
[
getenv
(
'HOMEPATH'
)
'\lsl_api\lsl_api.cfg'
],
getenv
(
'LSLAPICFG'
)
};
else
cfgs
=
{
'/etc/lsl_api/lsl_api.cfg'
,
[
getenv
(
'HOME'
)
'/lsl_api/lsl_api.cfg'
],
getenv
(
'LSLAPICFG'
)
};
...
...
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