upgpkg: discord-electron 0.0.28-1
upstream release Refactor PKGBUILD slightly Update Krisp checksum Check for empty lines when parsing flags
This commit is contained in:
parent
0359d05d68
commit
746bf996c0
3 changed files with 24 additions and 24 deletions
|
@ -31,7 +31,7 @@ EOF
|
|||
fi
|
||||
|
||||
for line in "${MAPFILE[@]}"; do
|
||||
if [[ ! "${line}" =~ ^[[:space:]]*#.* ]]; then
|
||||
if [[ ! "${line}" =~ ^[[:space:]]*#.* ]] && [[ -n "${line}" ]]; then
|
||||
flags+=("${line}")
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue