diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:34:27 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:34:27 (EST) |
commit | 6bb7130102bd05c2b520abdfefddc20fa65f1dd9 (patch) | |
tree | 19acded7e773b9e19a5c469af2bfec6e08147672 | |
parent | 069228bad2939a3cdddf1d6d1f5c4db97b225887 (diff) | |
download | libreboot-6bb7130102bd05c2b520abdfefddc20fa65f1dd9.zip libreboot-6bb7130102bd05c2b520abdfefddc20fa65f1dd9.tar.gz libreboot-6bb7130102bd05c2b520abdfefddc20fa65f1dd9.tar.bz2 |
getcb: fix grammar and remove useless comment
-rwxr-xr-x | getcb | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -21,9 +21,7 @@ set -u -e -v # This grabs current base used, and applies patches -# This is also used to run deblob scripts. - -# (the idea is that this script will reproduce the coreboot directory included with this version of libreboot) +# This is also used to run the deblob scripts. # Remove the old version that may exist # ---------------------------------------------------------------------------------- |