Skip to content

Commit

Permalink
Merge pull request #2 from michaelfairley/master
Browse files Browse the repository at this point in the history
Make ø even øier
  • Loading branch information
Ryan Smith (ace hacker) committed Mar 31, 2012
2 parents 2c8121f + c143758 commit 2cafdb5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions bin/detect
@@ -1,11 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# bin/detect <build-dir> # bin/detect <build-dir>


set -e echo "Null"

exit 0
cd $1

if test -n "`find bin -executable -type f`"
then echo null
else echo no; exit 1
fi

0 comments on commit 2cafdb5

Please sign in to comment.