diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_coreboot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 3b73e92a..44bee1bf 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -160,7 +160,7 @@ done echo "=============================================================================" echo "$(date) - Building coreboot images now - first build run." echo "=============================================================================" -export TZ="/usr/share/zoneinfo/Etc/GMT+12" \ +export TZ="/usr/share/zoneinfo/Etc/GMT+12" bash utils/abuild/abuild cd coreboot-builds |