mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Small glob fix to fd-commit
This commit is contained in:
parent
83557583cb
commit
b2ef2b1b65
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue