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