commit 0504de990c0867b6b2b3f2e3066905a4b0fd5dd6 parent b47f4e2577d01ff57f165361d3c7b217ffc89331 Author: Nils Gillmann <ng0@n0.is> Date: Mon, 29 Oct 2018 13:04:15 +0000 actually ksh->sh for the script Signed-off-by: Nils Gillmann <ng0@n0.is> Diffstat:
| M | guix/build.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/build.sh b/guix/build.sh @@ -1,2 +1,2 @@ -#!/bin/ksh +#!/bin/sh guix system vm --no-build-hook --no-grafts config.scm