Terminate all lines

This commit is contained in:
Tad 2018-04-23 08:59:18 -04:00
parent 28600556b4
commit 02908a652a
16 changed files with 299 additions and 299 deletions

View file

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