aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-23 07:46:23 -0300
committerEuAndreh <eu@euandre.org>2021-06-23 07:46:23 -0300
commit546fabcdfce46c36bc1dc27e9d9991f219a07940 (patch)
treea4073a2c7d931d5ed72271752f25d793262574dc /aux
parentaux/workflow/public.sh: Selectively copy favicon files (diff)
downloadgit-permalink-546fabcdfce46c36bc1dc27e9d9991f219a07940.tar.gz
git-permalink-546fabcdfce46c36bc1dc27e9d9991f219a07940.tar.xz
aux/guix/with-container.sh: Remove -x sh option
Diffstat (limited to 'aux')
-rwxr-xr-xaux/guix/with-container.sh2
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 -- \