summaryrefslogtreecommitdiffstats
path: root/t/t4018/bash-missing-parentheses
blob: 8c8a05dd7ab9c1be55f69cd5577e2fbcdfc582a4 (plain)
1
2
3
4
5
6
function RIGHT {
    functionInvalidSyntax {
        :
        echo 'ChangeMe'
    }
}