mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
Merge branch 'staging' into core-updates
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
#:use-module (ice-9 match))
|
||||
|
||||
(define %guile-executable
|
||||
(match (command-line)
|
||||
((program . _)
|
||||
(match (false-if-exception (readlink "/proc/self/exe"))
|
||||
((? string? program)
|
||||
(and (file-exists? program) (elf-file? program)
|
||||
program))
|
||||
(_
|
||||
|
||||
Reference in New Issue
Block a user