diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-05 12:19:34 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-05 12:19:34 +0200 |
commit | 171d747d0ec4ba7db1480629b11cf63123b6d3e8 (patch) | |
tree | 71c8eb04a9b048b61cf7a2154e362599e5a90729 | |
parent | 50d2b1116fc9e0f61ca320209b0a9eea9378cb7b (diff) | |
download | jenkins.debian.net-171d747d0ec4ba7db1480629b11cf63123b6d3e8.tar.xz |
reproducible: fix copy+paste error
-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 |