Skip to content

Commit

Permalink
examples/device-listener.scm: Use more portable shebang.
Browse files Browse the repository at this point in the history
Guix Systems doesn't have a /usr/bin/guile binary.  Most systems have
coreutils new enough to support 'env -S ...'.

* examples/device-listener.scm: Use env -S instead of the Guile meta switch.
  • Loading branch information
Apteryks committed Dec 19, 2023
1 parent d38bb2b commit 455a3e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/device-listener.scm
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/guile \
-L modules -e main -s
#!/usr/bin/env -S guile -L modules -e main -s
!#

(use-modules (udev udev)
Expand Down

0 comments on commit 455a3e3

Please sign in to comment.