From e11d5698c4da7f8e9b104415a557003c3a3b4f69 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 21 Oct 2014 09:55:59 +1300 Subject: More explicitly use test builtin for version test --- bash/bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bash_profile') diff --git a/bash/bash_profile b/bash/bash_profile index 867ad533..d7b703eb 100644 --- a/bash/bash_profile +++ b/bash/bash_profile @@ -1,5 +1,5 @@ # Give up completely if no BASH_VERSINFO (<2.0) -if ! [ "$BASH_VERSINFO" ] ; then +if ! test "$BASH_VERSINFO" ; then return fi -- cgit v1.2.3