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

cuddled-if-then-else.test « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eed774a9d64390449699238b4ad0e16c58c15390 (plain)
1
2
3
4
5
6
7
# LINT: 'if' cuddled with "(" and ")"; indented with spaces, not tabs
(if test -z ""; then
    echo empty
 else
    echo bizzy
 fi) &&
echo foobar