diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-03-07 08:46:20 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-03-07 08:46:20 (EST) |
commit | bfd6aafebf8b3632ffa17ad71b21ec61274546fa (patch) | |
tree | 60a7facc3e79ba01a42d9e9b649a7529d3364f22 /resources/scripts/helpers | |
parent | 7318057ee0d0990c450bdf35d786ae9edb2dac13 (diff) | |
download | libreboot-bfd6aafebf8b3632ffa17ad71b21ec61274546fa.zip libreboot-bfd6aafebf8b3632ffa17ad71b21ec61274546fa.tar.gz libreboot-bfd6aafebf8b3632ffa17ad71b21ec61274546fa.tar.bz2 |
download/coreboot: Add missing trailing slash to directory path
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index cd7ee5b..646872b 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -136,7 +136,7 @@ done rm -Rf "../../crossgcc/" make_coreboot_src_directory crossgcc ${crossgccrevision} "no_vboot_revision" .. ( - cd "../crossgcc/${crossgccrevision}" + cd "../crossgcc/${crossgccrevision}/" git reset --hard ${crossgccrevision} rm -Rf "3rdparty/" |