(bash) changed jlink path
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# to find scripts and utilities
|
||||
|
||||
export_paths=("${HOME}/dotfiles/scripts")
|
||||
export_paths+=("$HOME/tools/jlink")
|
||||
export_paths+=("/opt/jlink")
|
||||
|
||||
for entry in ${export_paths[@]}; do
|
||||
if ! [[ -d "${entry}" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user