mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
Meta: Shellcheck ignore for our expr use (SC2307)
This commit is contained in:
parent
0c0a760aad
commit
cdc5ed2fb5
Notes:
sideshowbarker
2024-07-17 10:41:56 +09:00
Author: https://github.com/nathanbw Commit: https://github.com/SerenityOS/serenity/commit/cdc5ed2fb5 Pull-request: https://github.com/SerenityOS/serenity/pull/13776 Reviewed-by: https://github.com/BertalanD ✅ Reviewed-by: https://github.com/timschumi Reviewed-by: https://github.com/trflynn89
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
Reference in a new issue