aboutsummaryrefslogtreecommitdiff
path: root/lint/ksh.sh
blob: 4cedc6f76dec90635d470c316b08eb639bdce5be (plain) (blame)
1
2
3
find ksh \
    -type f -name '*.sh' -exec shellcheck -e SC1090 -s sh -- {} + -o \
    -type f -exec shellcheck -e SC1090 -s ksh -- {} +