uppkg: discord 0.0.28

This commit is contained in:
Zoddo 2023-07-11 23:50:05 +02:00
parent a424cb5dc1
commit 1eb634b66d
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 43E8D68722C7D376
3 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@ if [[ -f "${flags_file}" ]]; then
fi
for line in "${MAPFILE[@]}"; do
if [[ ! "${line}" =~ ^[[:space:]]*#.* ]]; then
if [[ ! "${line}" =~ ^[[:space:]]*#.* ]] && [[ -n "${line}" ]]; then
flags+=("${line}")
fi
done