mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Terminate all lines
This commit is contained in:
parent
28600556b4
commit
02908a652a
16 changed files with 299 additions and 299 deletions
|
@ -19,13 +19,13 @@
|
|||
|
||||
#Is this the best way to do it? No. Is it the proper way to do it? No. Do I wish device maintainers would do it? Yes. Is it better then nothing? YES!
|
||||
|
||||
echo "Patching CVEs..."
|
||||
echo "Patching CVEs...";
|
||||
|
||||
cd $base
|
||||
cd $base;
|
||||
for patcher in $cveScripts/*.sh; do
|
||||
echo "Running " $patcher;
|
||||
source $patcher;
|
||||
done;
|
||||
|
||||
cd $base
|
||||
echo "Patched CVEs!"
|
||||
cd $base;
|
||||
echo "Patched CVEs!";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue