done
for this do.yes() {
while echo "y"
do
true
}yes() {
while echo "y"
do
true
done
}ShellCheck found a do without a corresponding
done.
Double check that the done exists, and that it correctly
matches the indicated do. A companion warning SC1062 is emitted where ShellCheck first noticed it
was missing.
None.
ShellCheck is a static analysis tool for shell scripts. This page is part of its documentation.