aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 4ee573e0..3bb973b7 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -1,4 +1,4 @@
-# Ensure we're using at least version 2.04
+# Ensure we're using at least version 2.05
if ! test -n "$BASH_VERSINFO" ; then
return
elif ((10#${BASH_VERSINFO[0]%%[![:digit:]]} == 2)) \