From 935a9e4f124589e9c4989497d9d4f0d3e5f4c2f4 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Thu, 24 Jun 2021 00:11:37 +0200 Subject: nongnu: firefox-wayland: Visually improve start script. * nongnu/packages/mozilla.scm (firefox-wayland)[arguments]: Remove leading whitespace and add newline to exex script. --- nongnu/packages/mozilla.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3