From af8814a1ca09d9ac5deeda80c6288266ae52c9c2 Mon Sep 17 00:00:00 2001 From: Glen Hinkle Date: Tue, 14 Feb 2012 09:42:03 -0800 Subject: [PATCH] reverted to -x test --- bin/detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/detect b/bin/detect index 386fe55..26b9344 100755 --- a/bin/detect +++ b/bin/detect @@ -1,5 +1,5 @@ #!/bin/sh -if [ -f $1/Perloku ]; then +if [ -x $1/Perloku ]; then echo "Perloku" exit 0 else