-
Notifications
You must be signed in to change notification settings - Fork 1.8k
SC1081
Vidar Holen edited this page Oct 4, 2015
·
6 revisions
If true
Then
echo "hello"
Fi
if true
then
echo "hello"
fi
Shells are case sensitive and do not accept If
or IF
in place of lowercase if
.
If you're aware of this and insist on naming a function WHILE
, you can quote the name to prevent shellcheck from thinking you meant while
.