aboutsummaryrefslogtreecommitdiff
path: root/scripts/with-container.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-02 15:16:54 -0300
committerEuAndreh <eu@euandre.org>2020-12-02 15:16:54 -0300
commitd6f5498d7abe060a5ce86460c98853d27f6f59de (patch)
treef927f755d72c4f2531553265ee77a4de0c8ecc67 /scripts/with-container.sh
parentci-build.sh: Build only check and publish (diff)
downloadserver-d6f5498d7abe060a5ce86460c98853d27f6f59de.tar.gz
server-d6f5498d7abe060a5ce86460c98853d27f6f59de.tar.xz
with-container.sh: Call $@ with sh -c
Diffstat (limited to 'scripts/with-container.sh')
-rwxr-xr-xscripts/with-container.sh2
1 files changed, 1 insertions, 1 deletions
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 "$@"