From 7b54ba8990bddc375c67cc8e85bb221193dd6935 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 27 May 2015 18:32:46 +1200 Subject: Missing = sign in version comment --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bashrc b/bash/bashrc index 676ff476..c677d110 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -76,7 +76,7 @@ if ((10#${BASH_VERSINFO[0]%%[![:digit:]]*} >= 4)) ; then # Enable double-starring paths shopt -s globstar - # Warn me about stopped jobs when exiting; only if >4.1 due to bug + # Warn me about stopped jobs when exiting; only if >=4.1 due to bug # if ((10#${BASH_VERSINFO[0]%%[![:digit:]]*} > 4)) \ || ((10#${BASH_VERSINFO[1]%%[![:digit:]]*} > 0)) ; then -- cgit v1.2.3