Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bash-missing-parentheses « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8c8a05dd7ab9c1be55f69cd5577e2fbcdfc582a4 (plain)
1
2
3
4
5
6
function RIGHT {
    functionInvalidSyntax {
        :
        echo 'ChangeMe'
    }
}