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.
This commit is contained in:
Ludovic Courtès 2013-09-26 23:25:53 +02:00
parent 8bc755c08c
commit dadee6cd6e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!@GUILE@ -s
#!@GUILE@ --no-auto-compile
-*- scheme -*-
!#
;;; GNU Guix --- Functional package management for GNU