diff options
Diffstat (limited to 'resources/scripts/helpers/download/memtest86plus')
-rwxr-xr-x | resources/scripts/helpers/download/memtest86plus | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/memtest86plus b/resources/scripts/helpers/download/memtest86plus index 37564cc..c04c311 100755 --- a/resources/scripts/helpers/download/memtest86plus +++ b/resources/scripts/helpers/download/memtest86plus @@ -21,7 +21,8 @@ # This script assumes that the working directory is the # root of libreboot_src or libreboot git. -set -u -e -v +[ "x${DEBUG+set}" = 'xset' ] && set -v +set -u -e # Get the last version of MemTest86+ used, apply patches, build it. |