From 78e27762f692e7896614450bbe9e06140c7694af Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 8 Mar 2017 08:38:56 +0100 Subject: [PATCH] require bash-4.3 bash-4.3, released in 2014, is the oldest version which supports the nameref variables and options. Ubuntu-14.04 already ships bash-4.3 so it should be OK to depend on it. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a0417d1..58d28a0 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ gsu is very easy to install: ___Requirements___ gsu is implemented in bash, and thus gsu depends on bash. Bash version -3 is required, version 4 is recommended. Besides bash, gsu depends -only on programs which are usually installed on any Unix system (awk, -grep, sort, ...). Care has been taken to not rely on GNU specific -behavior of these programs, so it should work on non GNU systems -(MacOS, FreeBSD, NetBSD) as well. The gui module depends on the dialog utility. +4.3 is required. Besides bash, gsu depends only on programs which are +usually installed on any Unix system (awk, grep, sort, ...). Care has +been taken to not rely on GNU specific behavior of these programs, +so it should work on non GNU systems (MacOS, FreeBSD, NetBSD) as +well. The gui module depends on the dialog utility. ___Download___ -- 2.39.2