Silent pass if "$HOME/.bashrc" doesn't exist
authorshort <>
Wed, 26 Sep 2001 17:07:39 +0000 (17:07 +0000)
committershort <>
Wed, 26 Sep 2001 17:07:39 +0000 (17:07 +0000)
.bash_profile

index 7ff84cd..9808136 100644 (file)
@@ -1,3 +1,4 @@
-export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV"
+if [ -f "$HOME/.bashrc" ];then export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV";fi
+
 finger
 m