aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index f472beae..917526ce 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -1,4 +1,4 @@
-# Give up completely if no BASH_VERSINFO (<2.0)
+# Don't do anything if no BASH_VERSINFO set (implying bash < 2.0)
if ! test "$BASH_VERSINFO" ; then
return
fi