[pacman-dev] [PATCH] makepkg: remove unused variable forgotten when moving to parseopts
29 May
2018
29 May
'18
1:07 p.m.
Reported-by: Rafael Ascensão <rafa.almas@gmail.com> Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index eec62de5..27245ea8 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1287,7 +1287,7 @@ while true; do -h|--help) usage; exit $E_OK ;; -V|--version) version; exit $E_OK ;; - --) OPT_IND=0; shift; break ;; + --) shift; break ;; esac shift done -- 2.17.0
2410
Age (days ago)
2410
Last active (days ago)
0 comments
1 participants
participants (1)
-
Eli Schwartz