diff options
author | EuAndreh <eu@euandre.org> | 2021-06-23 07:46:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-23 07:46:23 -0300 |
commit | 546fabcdfce46c36bc1dc27e9d9991f219a07940 (patch) | |
tree | a4073a2c7d931d5ed72271752f25d793262574dc | |
parent | aux/workflow/public.sh: Selectively copy favicon files (diff) | |
download | git-permalink-546fabcdfce46c36bc1dc27e9d9991f219a07940.tar.gz git-permalink-546fabcdfce46c36bc1dc27e9d9991f219a07940.tar.xz |
aux/guix/with-container.sh: Remove -x sh option
-rwxr-xr-x | aux/guix/with-container.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/guix/with-container.sh b/aux/guix/with-container.sh index b521c82..408fb39 100755 --- a/aux/guix/with-container.sh +++ b/aux/guix/with-container.sh @@ -1,5 +1,5 @@ #!/bin/sh -set -eux +set -eu if [ -z "${1:-}" ]; then guix time-machine --fallback -C aux/guix/pinned-channels.scm -- \ |