various bug fixes
[distro-setup] / .bashrc
diff --git a/.bashrc b/.bashrc
index d0c4b02f6bff6fbbbdc4c647a5ecbbea8812416a..097dd9859413d0f9c5640e12908726d579bfdd29 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -51,7 +51,7 @@ if [[ $SSH_CONNECTION ]] \
        && [[ ! $SSH_TTY ]] \
        && [[ $- != *i* ]] \
        && [[ ! $BASH_LOGIN_SHELL == true ]]; then
-    return
+    return 0
 else
     if [[ -r /etc/profile ]]; then
         source /etc/profile
@@ -62,3 +62,5 @@ else
         source $_x
     fi
 fi
+# ensure no bad programs appending to this file will have an affect
+return 0