LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Which script is corrupting my path? (https://www.linuxquestions.org/questions/linux-software-2/which-script-is-corrupting-my-path-177244/)

robertmarkbram 05-03-2004 04:19 AM

Which script is corrupting my path?
 
Hi All!

Somehow my PATH has become corrupted - some of the paths in it have double slashes "//" (specifically in my java home variable).

I am trying to find out what script is doing this.

I have examined my own .bashrc and .bash_profile - and root's .bashrc and .bash_profile .

I have also looked in /etc/profile and /etc/bashrc..

None of these are messing around with Java in the path..

Where else can I look?

Thanks for any advice!

Rob
:)

robertmarkbram 05-03-2004 04:40 AM

This is what my path looks like without my .bashrc:

Code:

robertmarkbram - ~
$echo $PATH
/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/opt/j2sdk_nb/j2sdk1.4.2//bin:/home/robertmarkbram/bin:/usr/local/java/apache-ant-1.6.1//bin:/opt/j2sdk_nb/j2sdk1.4.2//bin:/home/robertmarkbram/bin:/usr/local/java/apache-ant-1.6.1//bin

robertmarkbram - ~
$



All times are GMT -5. The time now is 12:53 PM.