From 546fabcdfce46c36bc1dc27e9d9991f219a07940 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 23 Jun 2021 07:46:23 -0300 Subject: aux/guix/with-container.sh: Remove -x sh option --- aux/guix/with-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- \ -- cgit v1.2.3