aboutsummaryrefslogtreecommitdiff
path: root/build-aux/with-container.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-18 22:33:30 -0300
committerEuAndreh <eu@euandre.org>2021-01-18 22:33:30 -0300
commitc2dbf740cb8fe8165546adedca7f6d6c965052fd (patch)
tree9bb00c93194ba6974b543ab8d4776addc9c937ee /build-aux/with-container.sh
parentgit mv vps.tf vultr.tf (diff)
downloadserver-c2dbf740cb8fe8165546adedca7f6d6c965052fd.tar.gz
server-c2dbf740cb8fe8165546adedca7f6d6c965052fd.tar.xz
Move POSIX sh options out of the shebang line
Diffstat (limited to 'build-aux/with-container.sh')
-rwxr-xr-xbuild-aux/with-container.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/with-container.sh b/build-aux/with-container.sh
index cff282f..5544d8e 100755
--- a/build-aux/with-container.sh
+++ b/build-aux/with-container.sh
@@ -1,3 +1,4 @@
-#!/bin/sh -eux
+#!/bin/sh
+set -eux
guix time-machine -C guix/pinned-channels.scm -- environment --pure -C -m guix/manifest.scm -- sh -c "$@"