瀏覽代碼

support/dependencies: don't check for `which'

It's requirement has been removed in previous commit.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Petr Vorel 3 年之前
父節點
當前提交
a95c353a46
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      support/dependencies/dependencies.sh

+ 0 - 2
support/dependencies/dependencies.sh

@@ -65,8 +65,6 @@ check_prog_host()
 	fi
 }
 
-# Verify that which is installed
-check_prog_host "which"
 # Verify that sed is installed
 check_prog_host "sed"