[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.2.1-4-g1bfae7d1
Allan McRae
allan at archlinux.org
Tue Nov 5 04:48:11 UTC 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official pacman repository".
The branch, master has been updated
via 1bfae7d14a7bdad777e82912c5c6883deb11aee5 (commit)
from 091b244d0ffa281ba9968606184d709e59c2a2d5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1bfae7d14a7bdad777e82912c5c6883deb11aee5
Author: Ethan Sommer <e5ten.arch at gmail.com>
Date: Mon Nov 4 23:36:02 2019 -0500
libmakepkg: fix empty arguments in parseopts
Previously parseopts checked if there was an argument by checking
that the string was non-empty, resulting in empty arguments being
incorrectly considered non-existent. This change makes parseopts check
if arguments exist at all, rather than checking that they are non-empty
Signed-off-by: Ethan Sommer <e5ten.arch at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
scripts/libmakepkg/util/parseopts.sh.in | 8 ++++----
test/scripts/parseopts_test.sh | 5 ++++-
2 files changed, 8 insertions(+), 5 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list