mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
fd-commit: don't break when non-metadata files show up in git status
This commit is contained in:
parent
18ac3044c7
commit
97d1724ca0
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ while read line; do
|
|||
case "$line" in
|
||||
*'??'*'metadata/'*'.txt') new=true ;;
|
||||
*'M'*'metadata/'*'.txt') new=false ;;
|
||||
*) continue ;;
|
||||
esac
|
||||
|
||||
file=${line##* }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue