OSDN Git Service

Consolidate bash version checks
authorJames Roberts-Thomson <jamesrt@gmail.com>
Tue, 16 Apr 2013 03:53:39 +0000 (15:53 +1200)
committerSteve Kondik <steve@cyngn.com>
Sun, 4 Sep 2016 04:47:36 +0000 (21:47 -0700)
commit60c02689879aebdeba71205a88e7da40f847852f
tree2da78335dfef11d19affb925d8488d983b935621
parent7d60c9b84a89242f06d167ee78395b1a3b354959
Consolidate bash version checks

There were two checks for bash version, the 2nd was superfluous; this
patch removes the duplicate checks, and shifts the bash version check to
being back after the "are we in bash" check.

Change-Id: I57ff8c1fedce80f739c06643d2976d2c1465db1b
envsetup.sh