This commit is contained in:
anki-code 2020-04-01 14:12:46 +03:00
parent 338ecb1a61
commit 64f4957326

View File

@ -3,11 +3,13 @@
CDIR="$(cd "$(dirname "$0")" && pwd)"
build_dir=$CDIR/build
while getopts q option
while getopts A:K:q option
do
case "${option}"
in
q) QUIET=1;;
A) ARCH=${OPTARG};;
K) KERNEL=${OPTARG};;
esac
done