From 0885d0b3087bc5be44714e18218a67bc5fc2ed36 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Tue, 10 Nov 2020 05:00:54 +0000 Subject: [PATCH] Update --- debi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debi.sh b/debi.sh index 7ce6953..c77c1c6 100755 --- a/debi.sh +++ b/debi.sh @@ -8,7 +8,7 @@ _err() { } _command_exists() { - command -v "$1" >/dev/null 2>&1 + command -v "$1" > /dev/null 2>&1 } late_command=