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)