[bug#66643,v2] gnu: icedove/wayland: Use escaped "$@" in the executable
Commit Message
* gnu/packages/gnuzilla (icedove/wayland): Use escaped "$@" in
the executable script.
---
gnu/packages/gnuzilla.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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)