universal7885: Run shfmt

Change-Id: I835dccd7143af8a6d6ab2012cd37822db4fe0d97
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
SamarV-121 2021-07-18 21:45:12 +05:30 committed by roynatech2544
commit 9a5bc701e2
2 changed files with 67 additions and 66 deletions

View file

@ -9,7 +9,7 @@ set -e
# Load extract_utils and do some sanity checks
MY_DIR="${BASH_SOURCE%/*}"
if [[ ! -d "${MY_DIR}" ]]; then MY_DIR="${PWD}"; fi
if [[ ! -d ${MY_DIR} ]]; then MY_DIR="${PWD}"; fi
LINEAGE_ROOT="${MY_DIR}"/../../..
@ -65,7 +65,8 @@ while [ "${#}" -gt 0 ]; do
KANG="--kang"
;;
-s | --section)
SECTION="${2}"; shift
SECTION="${2}"
shift
CLEAN_VENDOR=false
;;
*)

View file

@ -11,7 +11,7 @@ INITIAL_COPYRIGHT_YEAR=2018
# Load extract_utils and do some sanity checks
MY_DIR="${BASH_SOURCE%/*}"
if [[ ! -d "${MY_DIR}" ]]; then MY_DIR="${PWD}"; fi
if [[ ! -d ${MY_DIR} ]]; then MY_DIR="${PWD}"; fi
LINEAGE_ROOT="${MY_DIR}/../../.."