mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
build: Better reject systems where the shebang would be too long.
* tests/gexp.scm (shebang): Add "#!".
This commit is contained in:
parent
417175096a
commit
6c9e7b2bea
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ (define (match-input thing)
|
|||
(return (string=? system (derivation-system drv))))))
|
||||
|
||||
(define shebang
|
||||
(string-append (derivation->output-path guile-for-build)
|
||||
(string-append "#!" (derivation->output-path guile-for-build)
|
||||
"/bin/guile --no-auto-compile"))
|
||||
|
||||
;; If we're going to hit the silly shebang limit (128 chars on Linux-based
|
||||
|
|
Loading…
Reference in a new issue