aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-27 18:24:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-27 18:24:27 +1200
commit1d442a4bf54e623f4dba4225bf05750e38829202 (patch)
treee8d53a09cbb1c81ff1e3f4dfbfa89d82893e8d76 /bash/bashrc
parentWork around shopt checkjobs bug with Bash 4.0 (diff)
downloaddotfiles-1d442a4bf54e623f4dba4225bf05750e38829202.tar.gz
dotfiles-1d442a4bf54e623f4dba4225bf05750e38829202.zip
Correct typo in version number
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)) \