mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-19 03:59:19 -04:00
Shellcheck
mainly just double quoting
This commit is contained in:
parent
9b156f7b66
commit
9c3996bed9
18 changed files with 245 additions and 243 deletions
|
@ -30,11 +30,11 @@
|
|||
|
||||
echo "Patching CVEs...";
|
||||
|
||||
cd $base;
|
||||
for patcher in $cveScripts/*.sh; do
|
||||
echo "Running " $patcher;
|
||||
source $patcher;
|
||||
cd "$base";
|
||||
for patcher in "$cveScripts"/*.sh; do
|
||||
echo "Running $patcher";
|
||||
source "$patcher";
|
||||
done;
|
||||
|
||||
cd $base;
|
||||
cd "$base";
|
||||
echo "Patched CVEs!";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue