From eafb691671bb647b45a8c9a8104ea58099379998 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Thu, 6 Sep 2018 13:04:11 -0700 Subject: [PATCH] Move a couple of variables to match a2server --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index a530399..30c1d5a 100755 --- a/install.sh +++ b/install.sh @@ -15,9 +15,6 @@ if test "x$BASH" = "x"; then exit 1 fi -noPicoPkg= -autoAnswerYes= - # Find the path of our source directory a2cSource="$( dirname "${BASH_SOURCE[0]}" )" pushd $a2cSource >/dev/null @@ -28,6 +25,9 @@ if [[ ! -f "$a2cSource/.a2cloud_source" ]]; then exit 1 fi +noPicoPkg= +autoAnswerYes= + process_args() { while [[ $1 ]]; do if [[ $1 == "-c" ]]; then