summarylogtreecommitdiffstats
path: root/discord-launcher.sh
diff options
context:
space:
mode:
authorZoddo2023-07-11 23:50:05 +0200
committerZoddo2023-07-11 23:50:05 +0200
commit1eb634b66d813cfd4d26775daa0bdd33c029c9e7 (patch)
treecaf35d022c9b1c86d7242bd015ffe23e516ff885 /discord-launcher.sh
parenta424cb5dc1a95441be45f8f65ee36b7c0ef00503 (diff)
downloadaur-1eb634b66d813cfd4d26775daa0bdd33c029c9e7.tar.gz
uppkg: discord 0.0.28
Diffstat (limited to 'discord-launcher.sh')
-rwxr-xr-xdiscord-launcher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord-launcher.sh b/discord-launcher.sh
index 0ad60ab000c0..4f691c118598 100755
--- a/discord-launcher.sh
+++ b/discord-launcher.sh
@@ -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