From cec9e014315317b3ba2b70cd0bc19719c5f45e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Fri, 14 Jan 2005 15:29:06 +0000 Subject: fix typo during post merge --- multiarch-dispatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multiarch-dispatch') diff --git a/multiarch-dispatch b/multiarch-dispatch index db98f1d..3c3cf22 100755 --- a/multiarch-dispatch +++ b/multiarch-dispatch @@ -15,7 +15,7 @@ fi bin=`dirname $0`/`multiarch-platform`/${0##*/} -if [[ -x "$bin" ]]; then +if [[ ! -x "$bin" ]]; then echo "Cannot execute $bin" > /dev/stderr exit 1 fi -- cgit v1.2.1