Makefile updated again - should be fully OK now.
This commit is contained in:
parent
b07388cc7c
commit
b66e5fd03a
2 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ while true; do
|
||||||
read input
|
read input
|
||||||
|
|
||||||
if [ -z $input ] ; then
|
if [ -z $input ] ; then
|
||||||
|
echo "Trying to obtain default Developper API Key..."
|
||||||
input=`wget -qO - http://tobast.fr/ressources/pastebin_devkey`
|
input=`wget -qO - http://tobast.fr/ressources/pastebin_devkey`
|
||||||
|
|
||||||
if (( ! `echo $input | grep -ce "[0-9a-f]\{32\}"` > 0 )) ; then
|
if (( ! `echo $input | grep -ce "[0-9a-f]\{32\}"` > 0 )) ; then
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue