index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Rafael Ascensão <rafa.almas@gmail.com> | 2018-05-01 17:54:04 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-05-12 21:09:37 +1000 |
commit | fa8b99189e9f2035a81c8ff8275894b61dc0bce7 (patch) | |
tree | c01b15da2861217023229d51217a14247bb97411 /scripts/makepkg.sh.in | |
parent | 77986af9b7ae9b2cc701a30bcc1cac51b6f1b5be (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index eee8a56c..be80cc0e 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1277,7 +1277,7 @@ while true; do -h|--help) usage; exit $E_OK ;; -V|--version) version; exit $E_OK ;; - --) OPT_IND=0; shift; break 2;; + --) OPT_IND=0; shift; break ;; esac shift done |