]> git.tuebingen.mpg.de Git - gsu.git/commitdiff
gsu: Remove check on bash version.
authorAndre Noll <maan@systemlinux.org>
Fri, 15 Oct 2010 16:20:18 +0000 (18:20 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 29 Aug 2014 19:36:08 +0000 (21:36 +0200)
It hurts more than the possible incompatibilities.

funcs/gsu

index f53671774a36e5e4054ad227143f2ce0136b4071..e7a49feaf2a084def529e9ba95512922d050437a 100644 (file)
--- a/funcs/gsu
+++ b/funcs/gsu
@@ -400,17 +400,6 @@ export -f _gsu_check_options
 gsu()
 {
        local i
-
-       gsu_is_a_number "${BASH_VERSINFO[0]}"
-       if [[ $ret -lt 0 ]]; then
-               gsu_msg "fatal: failed to determine bash version"
-               exit 1
-       fi
-
-       if [[ "${BASH_VERSINFO[0]}" -lt 4 ]]; then
-               gsu_msg "fatal: This script requires at least bash 4.0"
-               exit 1
-       fi
        _gsu_self="$(basename $0)"
        gsu_name="${gsu_name:=$_gsu_self}"
        gsu_config_var_prefix="${gsu_config_var_prefix:=$gsu_name}"