Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #255423
| From | John Crawley <john@bunsenlabs.org> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: Debian bug report etiquette |
| Date | 2023-02-28 02:40 +0100 |
| Message-ID | <G3X8d-8YPL-1@gated-at.bofh.it> (permalink) |
| References | <G29Gx-7PcA-3@gated-at.bofh.it> <G2s6u-81kF-3@gated-at.bofh.it> <G2Wxz-8kMG-1@gated-at.bofh.it> <G3JoC-8PP9-5@gated-at.bofh.it> |
| Organization | BunsenLabs |
On 27/02/2023 19:58, Jonathan Dowland wrote:
> I see the maintainer has
> uploaded a new version with a fix for your issue (--execute), but
> they have pointed out that the original bug was complaining about
> something different (-c): I hadn't noticed the difference, and it
> seems only the former is a policy violation in their eyes. I hope
> the action properly addresses *your* issue.
Indeed it does.
I guess the issue of how to handle the arguments following -e is a bit tricky, and this *ought not to work*:
x-terminal-emulator -e 'if true; then { echo "true"; bash;}; fi'
although it does with some terminals.
'if true; then { echo "true"; bash;}; fi' doesn't work in an actual terminal interface though, because the whole quoted string is treated as a single command, and rejected.
This works:
x-terminal-emulator -e sh -c 'if true; then { echo "true"; bash;}; fi'
Anyway the issue is fixed. :)
--
John
Back to linux.debian.user | Previous | Next — Previous in thread | Find similar | Unroll thread
Debian bug report etiquette John Crawley <john@bunsenlabs.org> - 2023-02-23 03:40 +0100
Re: Debian bug report etiquette Jonathan Dowland <jon+debian-user@dow.land> - 2023-02-23 23:20 +0100
Re: Debian bug report etiquette John Crawley <john@bunsenlabs.org> - 2023-02-25 07:50 +0100
Re: Debian bug report etiquette Jonathan Dowland <jon+debian-user@dow.land> - 2023-02-27 12:00 +0100
Re: Debian bug report etiquette John Crawley <john@bunsenlabs.org> - 2023-02-28 01:10 +0100
Re: Debian bug report etiquette John Crawley <john@bunsenlabs.org> - 2023-02-28 01:10 +0100
Re: Debian bug report etiquette John Crawley <john@bunsenlabs.org> - 2023-02-28 02:40 +0100
csiph-web