summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_coreboot.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 1b3f0aa7..f846ce7e 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -163,6 +163,7 @@ echo "==========================================================================
export TZ="/usr/share/zoneinfo/Etc/GMT+12"
bash util/abuild/abuild
+set -x
cd coreboot-builds
for i in * ; do
if [ -f $i/coreboot.rom ] ; then
@@ -172,6 +173,7 @@ for i in * ; do
done
cd ..
rm coreboot-builds -rf
+set +x
echo "============================================================================="
echo "$(date) - Building coreboot images now - second build run."