mirror of
https://gitlab.com/newbit/rootAVD.git
synced 2026-06-02 06:13:58 +02:00
updated SOURCING
This commit is contained in:
+5
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user