mirror of
https://github.com/offa/android-foss.git
synced 2025-11-06 01:24:55 +05:30
Formatting.
This commit is contained in:
parent
85e4199929
commit
a75277abe0
1 changed files with 2 additions and 2 deletions
4
check.sh
4
check.sh
|
|
@ -19,9 +19,9 @@ while IFS=';' read -ra TOK; do
|
|||
|
||||
if [[ "${i}" =~ ^fdid=([[:alnum:]]|[\._-])+$ ]];
|
||||
then
|
||||
echo -e "\e[0;32mOK\e[0m"
|
||||
echo -e "\e[0;32m OK \e[0m"
|
||||
else
|
||||
echo -e "\e[0;31mINVALID\e[0m"
|
||||
echo -e "\e[0;31m INVALID \e[0m"
|
||||
let "FAILED += 1"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue