mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +00:00
Meta: Shellcheck ignore for our expr use (SC2307)
This commit is contained in:
parent
0c0a760aad
commit
cdc5ed2fb5
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ else
|
|||
fi
|
||||
|
||||
disk_usage() {
|
||||
# shellcheck disable=SC2003
|
||||
# shellcheck disable=SC2003,SC2307
|
||||
expr "$(${GNUDU} -sk --apparent-size "$1" | cut -f1)"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue