As mentioned in #30 These bash features are waiting to be rewritten with POSIX compliant shell: - [x] `source` - [x] function name with `::` - [x] `[[` - [x] `echo -ne` - [x] string indexing - [x] export -f (except in test) - [x] here-string - [x] process substitution - [x] `+=` - [ ] access to `BASH_VERSINFO` - [ ] access to `PIPESTATUS` - [ ] array references - [ ] `declare -p -x` - [x] `declare -f` - [ ] `read -N 1` - [ ] `$'..'` (already accepted? https://austingroupbugs.net/view.php?id=249 ) - [ ] `read -n 1 -s -r -p "Press any key to continue" < /dev/tty;`
As mentioned in #30
These bash features are waiting to be rewritten with POSIX compliant shell:
source::[[echo -ne+=BASH_VERSINFOPIPESTATUSdeclare -p -xdeclare -fread -N 1$'..'(already accepted? https://austingroupbugs.net/view.php?id=249 )read -n 1 -s -r -p "Press any key to continue" < /dev/tty;