Merge branch 'pw/wildmatch-fixes'
[git.git] / t / t4018 / bash-arithmetic-function
blobc0b276cb50fa418b0372d9220680f69c0c4cee36
1 RIGHT() ((
3     ChangeMe = "$x" + "$y"
4 ))