summaryrefslogtreecommitdiff
path: root/uefi-build.sh
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2015-09-08 15:11:24 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2015-09-08 15:11:24 +0100
commitcc0549f34bd18ecd5059b4a496f679a284fa58d3 (patch)
treea539b06e96678aed3533232ee04e972791cedc46 /uefi-build.sh
parent9b024328afa28ad27760f94df2375618bcf325b2 (diff)
uefi-build: export VERBOSE whether it's 0 or 1
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'uefi-build.sh')
-rwxr-xr-xuefi-build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/uefi-build.sh b/uefi-build.sh
index 5a118ea..85de92f 100755
--- a/uefi-build.sh
+++ b/uefi-build.sh
@@ -217,7 +217,7 @@ else
exit
;;
"-v" )
- export VERBOSE=1
+ VERBOSE=1
;;
"-a" )
shift
@@ -277,6 +277,7 @@ then
fi
EDK2_DIR="$PWD"
+export VERBOSE
if [[ "${EXTRA_OPTIONS[@]}" != *"FIRMWARE_VER"* ]]; then
if test -d .git && head=`git rev-parse --verify --short HEAD 2>/dev/null`; then