From d4189ea169905e4b57cefb57ea350cb3883ef354 Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt Date: Sat, 7 Dec 2019 23:01:41 +0100 Subject: [PATCH] scripts/filesize.sh: rm 2>&1 on command -v --- scripts/filesize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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