Skip to content

v0.4.11

Choose a tag to compare

@ryuichiueda ryuichiueda released this 12 Jul 08:06
· 2590 commits to main since this release

Supported a strange rule of a braced parameter.

🍣 echo ${BASH_VERSION}
0.4.11-rusty_bash
🍣 echo ${BASH_VERSION-}                          #OK 
0.4.11-rusty_bash
🍣 echo ${BASH_VERSION-aaaaa}                #OK 
0.4.11-rusty_bash
🍣 echo ${BASH_VERSION -aaaaa}               #NG
sush: ${BASH_VERSION -aaaaa}: bad substitution