nongnu: firefox-wayland: Visually improve start script.

* nongnu/packages/mozilla.scm (firefox-wayland)[arguments]: Remove
leading whitespace and add newline to exex script.
This commit is contained in:
Jonathan Brielmaier 2021-06-24 00:11:37 +02:00
parent 074f66a6cd
commit 935a9e4f12
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -424,7 +424,7 @@ the official icon and the name \"firefox\".")
(call-with-output-file exe
(lambda (port)
(format port "#!~a
MOZ_ENABLE_WAYLAND=1 exec ~a $@"
MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
(string-append bash "/bin/bash")
(string-append firefox "/bin/firefox"))))
(chmod exe #o555)