1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Small glob fix to fd-commit

This commit is contained in:
Daniel Martí 2014-04-28 23:48:12 +02:00
parent 83557583cb
commit b2ef2b1b65

View File

@ -30,7 +30,7 @@ if [ ! -d metadata ]; then
fi
while read line; do
if [[ "$line" == *??*metadata/*.txt ]]; then
if [[ "$line" == *\?\?*metadata/*.txt ]]; then
new=true
elif [[ "$line" == *M*metadata/*.txt ]]; then
new=false