mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-12 02:00:28 +03:00
Remove trailing spaces and tabs
This commit is contained in:
parent
e237310c0f
commit
a638202ec6
14 changed files with 142 additions and 142 deletions
|
|
@ -11,7 +11,7 @@ fi
|
|||
while read line; do
|
||||
if [[ "$line" == *M*metadata/*.txt ]]; then
|
||||
file=${line##* }
|
||||
|
||||
|
||||
id=${file##*/}
|
||||
id=${id%.txt*}
|
||||
if [ $# -gt 0 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue