summaryrefslogtreecommitdiff
path: root/prepare-videochat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'prepare-videochat.sh')
-rwxr-xr-xprepare-videochat.sh2
1 files changed, 1 insertions, 1 deletions
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() {