updated SOURCING

This commit is contained in:
newbit1
2022-03-25 21:36:19 +01:00
parent 9d4ef78f8e
commit 54fee479a7
+5 -2
View File
@@ -2166,9 +2166,12 @@ ProcessArguments() {
AddRCscripts=false
BLUESTACKS=false
toggleRamdisk=false
SOURCING=false
# Call rootAVD with SOURCING if you just want to source it
# or export SOURCING=true if you are in crosh
if [ -z "$SOURCING" ]; then
SOURCING=false
fi
if [[ "$@" == *"SOURCING"* ]]; then
SOURCING=true
fi