Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Fix little chown completion annoyance
- X-seq: zsh-workers 29726
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Julien Nicoulaud <julien.nicoulaud@xxxxxxxxx>
- Subject: Re: PATCH: Fix little chown completion annoyance
- Date: Sat, 27 Aug 2011 19:36:44 +0200
- Cc: Mailing-list zsh-workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Thhb7wsgE8gmd6tAiU0uUrgmG4LPpA/HK/bYBU7k8a8=; b=nRPyU2Vwr1Xrm6Z4q2XYqAF2oJwvAGCE5OZbl8RgZL1OrkkzLpGwO5jSnl5KheCY2R Uj1bGBrbCaZlLi5M/UtpEGDpeN1KTC6qHHs6zAHCCN59xSK55et7xHNDB8N63g625JPu UZmRvNFEoguHXBpCtosFtEpvO+dJIIvT9AXxI=
- In-reply-to: <CA+mcLN4eomSzHzHQSQeYVV1aGfmX0eE6tmL3mHBKL=Rv35TDmg@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>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CA+mcLN4eomSzHzHQSQeYVV1aGfmX0eE6tmL3mHBKL=Rv35TDmg@mail.gmail.com>
On 27 August 2011 19:29, Julien Nicoulaud <julien.nicoulaud@xxxxxxxxx> wrote:
> Hi all,
> 'chown user: path' is valid syntax, so the colon after "user" should not be
> automatically removed.
This appears to be a GNU extension, and does the much more annoying
thing of changing the group of the files to the main group of the
specified user, so with the proposed change, everyone would need to
backspace away the colon to not change the group. Plus it breaks on
systems that don't use GNU chown.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author