aboutsummaryrefslogtreecommitdiff
path: root/lint/ksh.sh
blob: 102e0e548cd836988b6806840cf3c702fd101457 (plain) (blame)
1
2
3
4
5
6
set \
    ksh/kshrc \
    ksh/kshrc.d/*.ksh
shellcheck -e SC1090 -s ksh -- "$@" || exit
shellcheck -e SC1090 -s sh -- ksh/shrc.d/ksh.sh || exit
printf 'Korn shell dotfiles linted successfully.\n'