Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit 38edf03

Browse files
committed
fixed variable declarations
1 parent dbd623a commit 38edf03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

100755100644
File mode changed.

Foster_Tab_Q_Build_Script.sh

100755100644
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ source /build/envsetup.sh
178178
# check rom type and assign gapps type and rom type
179179
if [ $FOSTERTYPE = "t" ];
180180
then
181-
TYPE = "tvmini"
182-
OUTPUTFILE = "foster"
181+
TYPE="tvmini"
182+
OUTPUTFILE="foster"
183183
lunch lineage_foster-userdebug
184184
else
185-
TYPE = "pico"
186-
OUTPUTFILE = "foster_tab"
185+
TYPE="pico"
186+
OUTPUTFILE="foster_tab"
187187
lunch lineage_foster_tab-userdebug
188188
fi
189189
make -j${JOBS} bacon

0 commit comments

Comments
 (0)