~ruther/guix-exprs

3ac831ea742ee7b2f6bd55a28c9b045e7bec6735 — Rutherther 4 days ago 80d64e9
fix: shebang in environment wrapper files
1 files changed, 1 insertions(+), 1 deletions(-)

M modules/ruther/build/environment.scm
M modules/ruther/build/environment.scm => modules/ruther/build/environment.scm +1 -1
@@ 23,7 23,7 @@
and exec input-file"
  (call-with-output-file output-file
    (lambda (port)
      (format port "!#~a~%"
      (format port "#!~a~%"
              (search-path (search-path-as-string->list (getenv "TARGET"))
                           "bash"))
      (format port "source ~a~%" source-file)