From d45623012ef7b171c3375fbd6b3b954defbeb42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 28 Jun 2000 21:23:04 +0200 Subject: [PATCH] More paranoid setting of $PATH. Rev: NT/tools/bash-fixup:1.3 --- NT/tools/bash-fixup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NT/tools/bash-fixup b/NT/tools/bash-fixup index 5aaef69ab2..01e7981786 100644 --- a/NT/tools/bash-fixup +++ b/NT/tools/bash-fixup @@ -1,3 +1,4 @@ + if [ -f $HOME/.bashrc ]; then . $HOME/.bashrc fi @@ -24,7 +25,7 @@ case $TERM in esac case :$PATH: in - *:$NT_TOOL_PATH:*) ;; + :$NT_TOOL_PATH:*) ;; *) PATH=$NT_TOOL_PATH:$PATH ;; esac -- GitLab