mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Fix typo
@@ -13,7 +13,7 @@ function checksum() {
|
||||
|
||||
```sh
|
||||
function checksum() {
|
||||
type md5 && md5sum() { md5sum "$@"; }
|
||||
type md5 && md5sum() { md5 "$@"; }
|
||||
md5sum "$@" # Now this would call `md5` when applicable
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user