emersion / mrsh

A minimal POSIX shell
MIT License
489 stars 35 forks source link

${var:->>} causes syntax error #184

Open illiliti opened 3 years ago

illiliti commented 3 years ago

sample:

echo ${1:->>}

output:

/tmp/test.sh:1:12: syntax error: expected end of parameter

possibly related to https://github.com/emersion/mrsh/issues/159