|
|
|
@ -3,7 +3,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: bin/sde-check-system |
|
|
|
# Copyright (C) 2006 - 2008 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2009 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# |
|
|
|
@ -124,6 +124,7 @@ fi |
|
|
|
case $BASH_VERSION in |
|
|
|
2.05b*) ;; |
|
|
|
3.*) ;; |
|
|
|
4.*) ;; |
|
|
|
*) cat <<-EOT |
|
|
|
Paranoia Check: Invalid 'bash' version ($BASH_VERSION) |
|
|
|
The running bash version is not listed as supported version |
|
|
|
|