diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 19:26:16 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 19:26:16 +0100 |
commit | 762983788b9c1fb93f423227522e333b553c3bf0 (patch) | |
tree | 6b3637f75780682e33a377d0da840495f426f6f8 /resources/scripts/helpers/build/clean | |
parent | d406f8beccb29e2eff4b62fae2dca59fa571ca44 (diff) | |
download | librebootfr-762983788b9c1fb93f423227522e333b553c3bf0.tar.gz librebootfr-762983788b9c1fb93f423227522e333b553c3bf0.zip |
really make memtest86plus naming consistent
Diffstat (limited to 'resources/scripts/helpers/build/clean')
-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 ad259153..6f3db447 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 |