From 1d442a4bf54e623f4dba4225bf05750e38829202 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 27 May 2015 18:24:27 +1200 Subject: Correct typo in version number --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) \ -- cgit v1.2.3