Skip to content
Snippets Groups Projects
Commit d4562301 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

More paranoid setting of $PATH.

Rev: NT/tools/bash-fixup:1.3
parent 53869ff1
No related branches found
No related tags found
No related merge requests found
if [ -f $HOME/.bashrc ]; then if [ -f $HOME/.bashrc ]; then
. $HOME/.bashrc . $HOME/.bashrc
fi fi
...@@ -24,7 +25,7 @@ case $TERM in ...@@ -24,7 +25,7 @@ case $TERM in
esac esac
case :$PATH: in case :$PATH: in
*:$NT_TOOL_PATH:*) ;; :$NT_TOOL_PATH:*) ;;
*) PATH=$NT_TOOL_PATH:$PATH ;; *) PATH=$NT_TOOL_PATH:$PATH ;;
esac esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment