From c1437580cb1f3d1834ffa59aa2337c76516fbde1 Mon Sep 17 00:00:00 2001 From: Michael Fairley Date: Sat, 31 Mar 2012 14:21:15 -0700 Subject: [PATCH] Don't check for a binary --- bin/detect | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/bin/detect b/bin/detect index 1c3e4d9..3e728dd 100755 --- a/bin/detect +++ b/bin/detect @@ -1,11 +1,5 @@ #!/usr/bin/env bash # bin/detect -set -e - -cd $1 - -if test -n "`find bin -executable -type f`" -then echo null -else echo no; exit 1 -fi +echo "Null" +exit 0