abuild: fix bad git merge

This commit is contained in:
A. Wilcox 2017-06-23 09:24:50 +00:00 committed by Timo Teräs
parent 27005a2cb0
commit 610bf6c281

View File

@ -2261,7 +2261,6 @@ usage() {
APKBUILD="${APKBUILD:-./APKBUILD}"
unset force
unset recursive
while getopts "AcdD:fFhkKimnp:P:qrRs:u" opt; do
while getopts "AcdD:fFhkKimnp:P:qrRs:uv" opt; do
case $opt in
'A') echo "$CARCH"; exit 0;;