From a06b8baaba94bd1610d44f11009d2a7ab6842fa1 Mon Sep 17 00:00:00 2001 From: computermouth Date: Wed, 20 Apr 2016 17:46:25 -0700 Subject: [PATCH] Fix bash possible options --- chip-local-flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chip-local-flash.sh b/chip-local-flash.sh index 321e703..ccad884 100755 --- a/chip-local-flash.sh +++ b/chip-local-flash.sh @@ -16,7 +16,7 @@ DL_DIR=".dl" ############################################################## # main ############################################################## -while getopts "fdpnu:" opt; do +while getopts "fdphnu:" opt; do case $opt in f) echo "fastboot enabled"