Update CVE patches + more globbing fixes

This commit is contained in:
Tad 2018-06-23 03:39:01 -04:00
parent a79c888157
commit 5772b68224
19 changed files with 35 additions and 37 deletions

View file

@ -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;