diff options
Diffstat (limited to 'resources/scripts/helpers/download/bucts')
-rwxr-xr-x | resources/scripts/helpers/download/bucts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/bucts b/resources/scripts/helpers/download/bucts index 5d5e5d1..7e3f72d 100755 --- a/resources/scripts/helpers/download/bucts +++ b/resources/scripts/helpers/download/bucts @@ -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 bucts and checkout last revision used |