summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2021-06-24 00:11:37 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2021-06-24 00:16:43 +0200
commit935a9e4f124589e9c4989497d9d4f0d3e5f4c2f4 (patch)
treeaa56270aef669e88386075c356e954f2c8529d9d
parent074f66a6cdb02bb5d5cd80bd7cd7a01c8f92fbfd (diff)
nongnu: firefox-wayland: Visually improve start script.
* nongnu/packages/mozilla.scm (firefox-wayland)[arguments]: Remove leading whitespace and add newline to exex script.
-rw-r--r--nongnu/packages/mozilla.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm
index 57eec2f..2d7c103 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -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)