mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Update CVE patches + more globbing fixes
This commit is contained in:
parent
a79c888157
commit
5772b68224
19 changed files with 35 additions and 37 deletions
|
@ -24,7 +24,7 @@ fi;
|
|||
|
||||
startPatcher() {
|
||||
#$cvePatcher must be set!
|
||||
java -jar "$cvePatcher" patch "$base" "$androidWorkspace""Patches/" "$cveScripts" "$1";
|
||||
java -jar "$cvePatcher" patch "$base" "$androidWorkspace""Patches/" "$cveScripts" $1;
|
||||
}
|
||||
export -f startPatcher;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue