all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aleksandr Vityazev <avityazew@gmail.com>
To: 66643@debbugs.gnu.org
Cc: jonathan.brielmaier@web.de, "Clément Lassieur" <clement@lassieur.org>
Subject: [bug#66643] [PATCH v2] gnu: icedove/wayland: Use escaped "$@" in the executable
Date: Fri, 12 Jan 2024 07:32:05 +0300	[thread overview]
Message-ID: <87h6jjxjcq.fsf@gmail.com> (raw)
In-Reply-To: <87bkcugyky.fsf@gmail.com>

* gnu/packages/gnuzilla (icedove/wayland): Use escaped "$@" in
the executable script.
---
 gnu/packages/gnuzilla.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 188aa02293..7caa044f83 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -2091,7 +2091,7 @@ (define-public icedove/wayland
             (call-with-output-file exe
               (lambda (port)
                 (format port "#!~a
- MOZ_ENABLE_WAYLAND=1 exec ~a $@"
+MOZ_ENABLE_WAYLAND=1 exec ~a \"$@\""
                         #$(file-append bash-minimal "/bin/bash")
                         #$(file-append icedove "/bin/icedove"))))
             (chmod exe #o555)

-- 
2.41.0

-- 
Best regards,
Aleksandr Vityazev




      parent reply	other threads:[~2024-01-12  4:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-19 20:13 [bug#66643] [PATCH] gnu: icedove/wayland: Use wrap-program Aleksandr Vityazev
2023-11-29 14:00 ` Aleksandr Vityazev
2024-01-11 23:05 ` Aleksandr Vityazev
2024-01-12  0:48   ` Clément Lassieur
2024-01-12  4:15     ` Aleksandr Vityazev
2024-01-12 11:59       ` bug#66643: " Clément Lassieur
2024-01-12  4:32 ` Aleksandr Vityazev [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h6jjxjcq.fsf@gmail.com \
    --to=avityazew@gmail.com \
    --cc=66643@debbugs.gnu.org \
    --cc=clement@lassieur.org \
    --cc=jonathan.brielmaier@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.