mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +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
|
fi
|
||||||
|
|
||||||
while read line; do
|
while read line; do
|
||||||
if [[ "$line" == *??*metadata/*.txt ]]; then
|
if [[ "$line" == *\?\?*metadata/*.txt ]]; then
|
||||||
new=true
|
new=true
|
||||||
elif [[ "$line" == *M*metadata/*.txt ]]; then
|
elif [[ "$line" == *M*metadata/*.txt ]]; then
|
||||||
new=false
|
new=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue