Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
d5669133
Commit
d5669133
authored
Jul 17, 2017
by
Thanassis Tsiodras
Browse files
Avoid returning erroneous exit code
parent
1001e067
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/85_rtems.sh
View file @
d5669133
...
...
@@ -62,7 +62,8 @@ cat $HOME/.bashrc.taste | \
mv
${
TMPCFG
}
$HOME
/.bashrc.taste
# Add symlink from original path - RTEMS toolchain "burns" hardcoded paths!
[
-f
/opt/rtems-4.12/bin/sparc-rtems4.12-gcc
]
&&
\
if
[
-f
/opt/rtems-4.12/bin/sparc-rtems4.12-gcc
]
;
then
\
/opt/rtems-4.12/bin/sparc-rtems4.12-gcc
-v
2>&1 |
\
grep
4f3b8da031e42d126afd94d17582123f66b78a68
&&
\
{
cd
/opt
;
sudo ln
-s
rtems-4.12 rtems-4.11.2-SMP-FPU-2017.07.13
;
}
fi
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