mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
whitespace
This commit is contained in:
parent
494b33abbd
commit
19b056cebe
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -167,7 +167,7 @@ package() {
|
|||
for (( pair=`echo "$updates" | wc -l`; pair>0; pair-=2 )); do
|
||||
start=`head -n "$(( pair - 1 ))" - <<< "$updates" | tail -1`
|
||||
end=`head -n "$(( pair ))" - <<< "$updates" | tail -1`
|
||||
if ! grep "EOF$" - <<< "$end" > /dev/null|| grep "EOF$" - <<< "$start" > /dev/null; then
|
||||
if ! grep "EOF$" - <<< "$end" > /dev/null || grep "EOF$" - <<< "$start" > /dev/null; then
|
||||
echo "mismatched checksum delimitors" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue