Skip to content
Commit fdd079f3 authored by Joel Teichroeb's avatar Joel Teichroeb Committed by Pierre Schmitz
Browse files

Remove broken unknown arguments check and fix usage



If getopts comes across an unknown argument, $arg it set to '?' and
$OPTARG is unset. Therefore the getopts line detecting unknown arguments
doesn't work. Arguments to pass to makepkg are already handled by
passing all the aguments after the end-of-options marker (--), but this
wasn't documented in the usage text.

Signed-off-by: default avatarPierre Schmitz <pierre@archlinux.de>
parent 9f7ba3d4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment