upgpkg: discord-electron-openasar 0.0.28+811-1
upstream release Refactor PKGBUILD slightly Update Krisp checksum Check for empty lines when parsing flags
This commit is contained in:
parent
746bf996c0
commit
454ccfafa4
3 changed files with 24 additions and 26 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