makepkg: remove unused variable forgotten when moving to parseopts
Reported-by: Rafael Ascensão <rafa.almas@gmail.com> Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
3a66b93be0
commit
9eb3695a3f
1 changed files with 1 additions and 1 deletions
|
@ -1286,7 +1286,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
|
||||
|
|
Loading…
Add table
Reference in a new issue