Makefile updated again - should be fully OK now.

This commit is contained in:
tobast 2012-01-08 21:49:27 +01:00
parent b07388cc7c
commit b66e5fd03a
2 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ while true; do
read input
if [ -z $input ] ; then
echo "Trying to obtain default Developper API Key..."
input=`wget -qO - http://tobast.fr/ressources/pastebin_devkey`
if (( ! `echo $input | grep -ce "[0-9a-f]\{32\}"` > 0 )) ; then

Binary file not shown.