diff --git a/abuild.in b/abuild.in index 42996d3..39a45f9 100755 --- a/abuild.in +++ b/abuild.in @@ -2865,7 +2865,7 @@ usage() { } APKBUILD="${APKBUILD:-./APKBUILD}" -unset force +unset color_opt force forceroot install_deps keep keep_build nodeps quiet verbose while getopts ":AcdD:fFhkKmnP:qrRs:uvV" opt; do case $opt in 'A') echo "$CARCH"; exit 0;;