diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 14:26:16 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 14:26:16 (EDT) |
commit | 762983788b9c1fb93f423227522e333b553c3bf0 (patch) | |
tree | 6b3637f75780682e33a377d0da840495f426f6f8 /resources/scripts/helpers/build/clean/memtest86plus | |
parent | d406f8beccb29e2eff4b62fae2dca59fa571ca44 (diff) | |
download | libreboot-762983788b9c1fb93f423227522e333b553c3bf0.zip libreboot-762983788b9c1fb93f423227522e333b553c3bf0.tar.gz libreboot-762983788b9c1fb93f423227522e333b553c3bf0.tar.bz2 |
really make memtest86plus naming consistent
Diffstat (limited to 'resources/scripts/helpers/build/clean/memtest86plus')
-rwxr-xr-x | resources/scripts/helpers/build/clean/memtest86plus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/clean/memtest86plus b/resources/scripts/helpers/build/clean/memtest86plus index ad25915..6f3db44 100755 --- a/resources/scripts/helpers/build/clean/memtest86plus +++ b/resources/scripts/helpers/build/clean/memtest86plus @@ -29,7 +29,7 @@ set -u -e printf "Cleaning the previous build of MemTest86+\n" -cd "memtest86+-5.01"/ +cd "memtest86plus"/ make clean |