all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: 05/05: guix: Refactor script.
       [not found] ` <20180123140124.4A7972068F@vcs0.savannah.gnu.org>
@ 2018-01-23 20:57   ` Mark H Weaver
  0 siblings, 0 replies; only message in thread
From: Mark H Weaver @ 2018-01-23 20:57 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

ludo@gnu.org (Ludovic Courtès) writes:

> civodul pushed a commit to branch master
> in repository guix.
>
> commit 6f774d481839f87178c5895ac2d661e141f879b8
> Author: Mathieu Lirzin <mthl@gnu.org>
> Date:   Tue Jan 23 12:52:33 2018 +0100
>
>     guix: Refactor script.

[...]

> diff --git a/scripts/guix.in b/scripts/guix.in
> index af50a78..e0f0ae7 100644
> --- a/scripts/guix.in
> +++ b/scripts/guix.in
> @@ -1,4 +1,5 @@
> -#!@GUILE@ --no-auto-compile
> +#!@GUILE@ \
> +--no-auto-compile -e main -s
>  -*- scheme -*-

You might as well remove that "-*- scheme -*-" line now, because Emacs
disregards it on the third line.  It's unfortunate that Emacs won't open
this file in the right mode, but maybe it doesn't matter much since we
don't often edit this file.

       Mark

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-23 20:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180123140121.2049.98408@vcs0.savannah.gnu.org>
     [not found] ` <20180123140124.4A7972068F@vcs0.savannah.gnu.org>
2018-01-23 20:57   ` 05/05: guix: Refactor script Mark H Weaver

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.