aboutsummaryrefslogtreecommitdiff
path: root/lint/ksh
blob: 5c5445fc12699173554057b9637775ebd90cf5b5 (plain) (blame)
1
2
#!/bin/sh
find ksh -type f -print -exec shellcheck -e SC1090 -s ksh -- {} \;