From d6f5498d7abe060a5ce86460c98853d27f6f59de Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 2 Dec 2020 15:16:54 -0300 Subject: with-container.sh: Call $@ with sh -c --- scripts/with-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/with-container.sh') diff --git a/scripts/with-container.sh b/scripts/with-container.sh index 4aa304d..1261022 100755 --- a/scripts/with-container.sh +++ b/scripts/with-container.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -guix time-machine -C guix/channels.scm -- environment --pure -C -m guix/manifest.scm -- "$@" +guix time-machine -C guix/channels.scm -- environment --pure -C -m guix/manifest.scm -- sh -c "$@" -- cgit v1.2.3