1
Fork 0
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:
Nathan Wallace 2022-05-23 16:44:36 -04:00 committed by Tim Flynn
parent 0c0a760aad
commit cdc5ed2fb5

View file

@ -66,7 +66,7 @@ else
fi
disk_usage() {
# shellcheck disable=SC2003
# shellcheck disable=SC2003,SC2307
expr "$(${GNUDU} -sk --apparent-size "$1" | cut -f1)"
}