Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Fix completion error about 'm' option of 'install' command
- X-seq: zsh-workers 43188
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Yasuhiro KIMURA <yasu@xxxxxxxxxxx>, zsh-workers@xxxxxxx
- Subject: Re: [PATCH] Fix completion error about 'm' option of 'install' command
- Date: Thu, 19 Jul 2018 05:02:54 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=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=ro1n4m BaqNgzzeKI9c5FdPmjx/T3Cz5wq+1lsfD5Kdw=; b=XIIhEIT8Jiwyg8rza07RNs jHpfJ/d3Zuf4kbAO6ehH+8SMfaD7aQVXr408YTE2/zfdPDf1C+ljWnhX8UI0bvkI vsP2lQSYehEpYlO/1zO2w/N9SegeRTFCwQt36EitpsvPoArbETQKBLkcJQrRpvhV yybZ9/Ub3zilz9BwlV3AMq8Xf9FP2lqKquf58kdkLCx99VPXrfbds7N5CXuzfpRy r6QxAQvGpp5Bz9zksDZ8oOYjiNQjrk2wN0ON8Mfoy8ZibzHiW3xRr2YATw/8sOcU Ow94aX97BHE+TcbO7cvPoPE6WNDEMOXEg5a2+hzojn7isETK3GI+TDlrYvUjOGFw ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=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=ro1n4m BaqNgzzeKI9c5FdPmjx/T3Cz5wq+1lsfD5Kdw=; b=gZlBfRaz6Hp5MlsKGVr1ZL Fltcv2+C0CgccLnmZlYRfpbdB/ellq2vULaodh064CiDbaSt4rq7Owofi8ZdNm6X LC2pDJ4wn2J2JnrgwTNrdtopbTlS5XqdLYHLXdoFOfYceJpjZiOfNzO2DfhrXhap 9hLJH5Txjr8FS/LpdVujIKebChbh5GbXgmXPt1qJUJnDoxQLPVZBW+LllIOhR453 6U2yzBy/VKElO8JvreJyWxxKmPaG11lVj6MskGTa2eRpumahfJ5l5GHrUuMgHjHf iQV7gGeND6NLQ4aNGeGmeD20nL3vEo2HSujBCGPnJEjmrnbeeZpBpmPATs1nQ5PQ ==
- In-reply-to: <20180719.130817.1715259769047885105.yasu@utahime.org>
- 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: <20180719.130817.1715259769047885105.yasu@utahime.org>
Yasuhiro KIMURA wrote on Thu, 19 Jul 2018 13:08 +0900:
> I found following error happens while completing 'm' option of
> 'install' command.
>
> yasu@rolling-vm-freebsd1[2016]% install -m_arguments:463: command not
> found: _modes ~
>
> And patch below fixes it.
>
Thank you for the patch; applied and pushed.
This is a regression from 42214, released in 5.5. Sounds like we might
need a README/NEWS entry for this, as an incompatible change?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author