diff options
author | Carl Dong <contact@carldong.me> | 2020-04-07 19:27:31 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2020-04-07 19:27:31 -0400 |
commit | a35e3235891d35daa167116cc70340140e883f06 (patch) | |
tree | 2637d2439a66a46af28b48209a5a65f52900185b /contrib/guix/libexec | |
parent | 0b66d22da5f53640e22f05adf880782c613e6d0f (diff) |
guix: Appease travis.
Diffstat (limited to 'contrib/guix/libexec')
-rw-r--r-- | contrib/guix/libexec/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/libexec/build.sh b/contrib/guix/libexec/build.sh index 63feb501f2..6ef803340b 100644 --- a/contrib/guix/libexec/build.sh +++ b/contrib/guix/libexec/build.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -export TZ=UTC export LC_ALL=C set -e -o pipefail +export TZ=UTC # Check that environment variables assumed to be set by the environment are set echo "Building for platform triple ${HOST:?not set} with reference timestamp ${SOURCE_DATE_EPOCH:?not set}..." |