Bohan Yang 5 年 前
コミット
0885d0b308
1 ファイル変更1 行追加1 行削除
  1. 1 1
      debi.sh

+ 1 - 1
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=