From dadee6cd6e775741d85e8b968e7f1ce3123385a4 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 26 Sep 2013 23:25:53 +0200 Subject: Run 'guix' with '--no-auto-compile'. * scripts/guix.in: Change '-s' to '--no-auto-compile'. This avoids annoying messages about auto-compilation, and avoids permission denied issues when running without write access in the usual places. --- scripts/guix.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/guix.in b/scripts/guix.in index 4015560cd5..c99e866361 100644 --- a/scripts/guix.in +++ b/scripts/guix.in @@ -1,4 +1,4 @@ -#!@GUILE@ -s +#!@GUILE@ --no-auto-compile -*- scheme -*- !# ;;; GNU Guix --- Functional package management for GNU -- cgit v1.2.3