Skip to content

Commit

Permalink
reverted to -x test
Browse files Browse the repository at this point in the history
  • Loading branch information
tempire committed Feb 14, 2012
1 parent 73fa828 commit af8814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/detect
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
if [ -f $1/Perloku ]; then
if [ -x $1/Perloku ]; then
echo "Perloku"
exit 0
else
Expand Down

0 comments on commit af8814a

Please sign in to comment.