Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [Bug] Strange Globing Behaviour when used with sudo
- X-seq: zsh-workers 42894
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, Bengt Brodersen <bengt.brodersen@xxxxxxxxx>
- Subject: Re: [Bug] Strange Globing Behaviour when used with sudo
- Date: Wed, 30 May 2018 19:15:19 +0000
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=Yn6vFe BWte+oUlOR02MAHBHyoIxWsH4RBLnffKCUol8=; b=Mt1ZrMb8ddw01GvqosuzzF GI4i+uiB6fzIjinSNfTjkv45D6KL1En9T+UA55M8B/+kbFBJg8qR0B+Z1EUI9zUK 9om1u8oj0z4D3jUiCBt7rO7U9p0NfcQtYsI54is4mj8PLfMNMgaTludKEP4JeEH0 i2snfxN1pX6ggKTyTOVBGK63yjn5neYyzq0drx2UvcHVkv+gOlnsfLIWpxYjiPfF 3p/781KYh04aqSEi5ZzJ559ymp3C0lvqo4/srIVamyJFVFwivE/K101Nz+BaKI7l 2HoC+G/Qr2Gfy3tfMmMICzbCrhwRGwVBQg8zZHtZL34GQgYZhgLn3Yzjtzg7YXcA ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=Yn6vFe BWte+oUlOR02MAHBHyoIxWsH4RBLnffKCUol8=; b=GqfoewdpfC8rSXjnjFrwIS IJFDshABoH0EW/+tkTSUsWo6ovCpuHE2PgccDu9yZrFNG5a4opAE/MAo7etBX3Cl XAxGWa93K5LD51qMRYuxFUPD70jExwjET/Qzx6W6OPOspDobDYL09dDaAaxR7Ofw 65eMNMLdifsqAH0F0eaLYOSqLuoLLirAq3Fx28+NDGYPvImAA7NeLZ4oJKisd78Z kJZQqtMnZj/c8qmYdf4jNuv0TQUuNzFOJgU2ReZgt0EINCs5e5l54EPgHDC7Lm6t wVWVs/727CmW0KTX0b+bCoRnnxuXJ5MOsy4ueAW2WdOTQtIWuhdCLe2bbpdJUZQA ==
- In-reply-to: <CAH+w=7YxodoKJhA9-xswA5H7vckiHHzFTO_MqR5Ahux0p3h6NQ@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAMaoPXzXBv4pAD1_=Lr78h3iT+yhZfSq0CgEs+QMTVeDaR28Vw@mail.gmail.com> <CAH+w=7YxodoKJhA9-xswA5H7vckiHHzFTO_MqR5Ahux0p3h6NQ@mail.gmail.com>
Bart Schaefer wrote on Wed, 30 May 2018 11:06 -0700:
> On Wed, May 30, 2018 at 10:11 AM, Bengt Brodersen
> <bengt.brodersen@xxxxxxxxx> wrote:
> >
> > ```
> > echo ./*/
> >>> ./folder/
> > ```
> >
> > ```
> > sudo zsh -c 'echo ./*/'
> >>> ./file/ ./folder/
> > ```
>
> I am not able to reproduce this. More info about your execution
> environment, please (operating system, etc.) Also, does it happen
> with "zsh -fc ..." ?
Bengt reported the same issue to z-sy-h
(https://github.com/zsh-users/zsh-syntax-highlighting/pull/518), there
he said he was using:
- macOS 10.13.4 (17E202)
- zsh 5.5.1 (x86_64-apple-darwin17.5.0)
and that the issue still occurred under -fc.
(Bengt: you were correct to report the zsh issue here, but you should
have cross-linked the two threads, like I just did.)
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author