From 4bb2b6e0261156604e8e5aa875d93a7ec527b100 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 8 Jun 2015 17:54:31 +1200 Subject: Tidy up line-split conditional --- bash/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash/bashrc') diff --git a/bash/bashrc b/bash/bashrc index f2d32558..fae8d641 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -78,8 +78,8 @@ if ((10#${BASH_VERSINFO[0]%%[![:digit:]]*} >= 4)) ; then # 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 - shopt -s checkjobs + ((10#${BASH_VERSINFO[1]%%[![:digit:]]*} >= 1)) ; then + shopt -s checkjobs fi fi -- cgit v1.2.3