Somewhere in the arg parse refactoring, the args array went away and we
simply stashed our remaining parameters as positionals. Fix this up so
that pkgdelta doesn't mysteriously hang in read_pkginfo().
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
---
I probably broke this.
diff --git a/scripts/pkgdelta.sh.in b/scripts/pkgdelta.sh.in
index 3d80261..08835ac 100644
--- a/scripts/pkgdelta.sh.in
+++ b/scripts/pkgdelta.sh.in
@@ -215,6 +215,6 @@ if ! type xdelta3 &>/dev/null; then
exit 1
fi