mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2181 (markdown)
@@ -14,7 +14,7 @@ fi
|
|||||||
### Correct code:
|
### Correct code:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
if ! make mytarget
|
if ! make mytarget;
|
||||||
then
|
then
|
||||||
echo "Build failed"
|
echo "Build failed"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user