error on Line 212
ElwoodBlues99 opened this issue · 1 comments
ElwoodBlues99 commented
line 212 xfo=${xfo,,} raises a bad substitution error.
It can be commented out.
Also, line 318,[[ "${BASH_VERSINFO[0]}" -ge 4 ]] || die "Expected GNU Bash 4.0 or later, got ${BASH_VERSION}"
should throw a warning, rather than doe. Script works on much earlier BBASH versions.