Skip to content

Commit

Permalink
Merge pull request mkottman#27 from ubuntudroid/master
Browse files Browse the repository at this point in the history
Commented out break statement in test_off.sh to try out all combinations
  • Loading branch information
mkottman committed Dec 17, 2012
2 parents b570c3b + 1669862 commit 02ef13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_off.sh
Expand Up @@ -39,7 +39,7 @@ echo -n "Trying $m: "
;;
*)
echo "works!"
break
#break
;;
esac
done
Expand Down

0 comments on commit 02ef13c

Please sign in to comment.