Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
39cfb0cc
Commit
39cfb0cc
authored
May 12, 2017
by
Thanassis Tsiodras
Browse files
Fix typo
parent
ad53d143
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/06_stlink.sh
View file @
39cfb0cc
...
...
@@ -6,11 +6,11 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd
$DIR
/../stlink
||
exit
1
make release
||
exit
1
STUTIL_PATH
=
$(
realpath
"
${
DIR
}
/
../stlink/build/Release/src/gdbserver"
)
STUTIL_PATH
=
$(
realpath
"
${
DIR
}
/../stlink/build/Release/src/gdbserver"
)
PATH_CMD
=
'export PATH=$PATH:'
"
${
STUTIL_PATH
}
"
UpdatePATH
STFLASH_PATH
=
$(
realpath
"
${
DIR
}
/
../stlink/build/Release"
)
STFLASH_PATH
=
$(
realpath
"
${
DIR
}
/../stlink/build/Release"
)
PATH_CMD
=
'export PATH=$PATH:'
"
${
STFLASH_PATH
}
"
UpdatePATH
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