bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add tcsh.


From: Cyril Roelandt
Subject: Re: [PATCH] Add tcsh.
Date: Wed, 06 Feb 2013 02:38:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11

On 02/04/2013 11:32 PM, Ludovic Courtès wrote:
Cyril Roelandt<address@hidden>  skribis:


[...]

+            ;; The .at files create shell scripts without shebangs. Erk.
+            (substitute* "tests/commands.at"
+                         (("./output.sh")
+                          (string-append (which "bash") " output.sh")))

(which "sh") may be more correct (Bash behaves differently depending no
whether it’s invoked as sh or bash.)


When using (which "sh"), 2 tests fail with the following error:

/nix/store/4mg8b8vvmava68y64qmm70gqfnhhjzmx-bash-4.2/nix/store/4mg8b8vvmava68y64qmm70gqfnhhjzmx-bash-4.2/bin/sh: Command not found

Any idea ?


Cyril.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]