tests-always-included/mo

Negative indices for substrings are not allowed

fidian opened this issue · 3 comments

Older versions of bash don't allow ${STRING:0:-1} syntax. See https://gist.github.com/rk295/a2a48c3b0f8d753df101

Adding @rk295 to this issue so he knows when it gets resolved.

Negative indices have been removed.