build: small typo with new DEVICE option

This commit is contained in:
Franco Fichtner 2016-05-06 07:07:24 +02:00
parent 45e845451e
commit 8e81c7922d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ while getopts C:d:f:K:k:L:l:m:n:o:P:p:R:S:s:T:t:v: OPT; do
SCRUB_ARGS=${SCRUB_ARGS};shift;shift
;;
d)
export PRODUCT_DEVICE=${PORTARG}
export PRODUCT_DEVICE=${OPTARG}
SCRUB_ARGS=${SCRUB_ARGS};shift;shift
;;
f)