From 329751ca1bd211d4c759070d2481e2889c67201d Mon Sep 17 00:00:00 2001 From: Antonio Garcia-Dominguez Date: Mon, 16 Apr 2012 18:09:09 +0200 Subject: Avoid spurious 'which' messages in Arch --- prepare-videochat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-videochat.sh b/prepare-videochat.sh index a7b5420..35da6fe 100755 --- a/prepare-videochat.sh +++ b/prepare-videochat.sh @@ -74,7 +74,7 @@ confirm() { can_run() { # It's either the path to a file, or the name of an executable in $PATH - (test -x "$1" || which "$1") >/dev/null + (test -x "$1" || which "$1") &>/dev/null } start_adb() { -- cgit v1.2.3