diff --git a/scripts/filesize.sh b/scripts/filesize.sh index b5045df2..7068eb54 100755 --- a/scripts/filesize.sh +++ b/scripts/filesize.sh @@ -1,7 +1,7 @@ #!/bin/sh check_command() { - command -v "$1" >/dev/null 2>&1 + command -v "$1" >/dev/null } if check_command gnustat; then