Skip to content

Commit dd71976

Browse files
committed
readme: update minimum required version of bash
0b2bbf6 introduced [[ -v ]] checks, which is a bash 4.2 feature: https://github.com/bminor/bash/blob/master/CHANGES#L3642
1 parent 2af7bb2 commit dd71976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Inspired, by the python argparse module, bash-argsparse purpose is to
77
replace the option-parsing and usage-describing functions commonly
88
rewritten in all scripts.
99

10-
This library is implemented for GNU bash version >= 4.1. Prior
10+
This library is implemented for GNU bash version >= 4.2. Prior
1111
versions of bash will fail at interpreting that code.
1212

1313

0 commit comments

Comments
 (0)