summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/guix.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/guix.in b/scripts/guix.in
index e0f0ae7e068..d1c12eae5c4 100644
--- a/scripts/guix.in
+++ b/scripts/guix.in
@@ -1,6 +1,5 @@
1#!@GUILE@ \ 1#!@GUILE@ \
2--no-auto-compile -e main -s 2--no-auto-compile -e main -s
3-*- scheme -*-
4!# 3!#
5;;; GNU Guix --- Functional package management for GNU 4;;; GNU Guix --- Functional package management for GNU
6;;; Copyright © 2013 Mark H Weaver <mhw@netris.org> 5;;; Copyright © 2013 Mark H Weaver <mhw@netris.org>
@@ -57,3 +56,7 @@
57 ;; but since the 'guix' command is not updated by 'guix pull', we cannot 56 ;; but since the 'guix' command is not updated by 'guix pull', we cannot
58 ;; really do it now. 57 ;; really do it now.
59 (apply guix-main args))) 58 (apply guix-main args)))
59
60;;; Local Variables:
61;;; mode: scheme
62;;; End: