Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh detects rm * but not rm ** (multiple stars)
- X-seq: zsh-users 18609
- From: Amm <ammdispose-zsh@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: zsh detects rm * but not rm ** (multiple stars)
- Date: Fri, 14 Mar 2014 11:32:26 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=gcom1024; t=1394776948; bh=byJ4BtqYYU1+4bnz0zbBVmxLWVpDXRYEiXmGg/wmT+c=; h=Received:Received:Received:DKIM-Signature:X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=JHz0D8Ki9qVD+OQ8W6x2pyosap3Ck+f2mykaJG6gdPPPiY3v7mFh6qLfsFzHkIW+P2hR144MnsFoOWkqQtgX32vXJQM/g8rk62yALe3oaW+rigT2iyOHF4VPA+cQmizafZhn4eRv7JwEp7nVYWZvemSQaubo84hM3mbCSnuRIRA=
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1394776948; bh=byJ4BtqYYU1+4bnz0zbBVmxLWVpDXRYEiXmGg/wmT+c=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=kV5+4pf/BzWwPOXIUnBJZBVaXH0zOKewAd3NVLXwqK0HnCorfcF/VNfprwr/vnHeAaZ7NIObJacitMEIM7g71KW600RcrNFeD2e+ySkHU7Fl9hU+88sfKbW1sbF8/hcBQPsuhu6kOyy6k5afVYjik9+L7ABNAW/+uiejB92kGqM=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=gcom1024; d=yahoo.com; b=a6yYQQGwLIQkySOoOEQuD3jMq/tgqIRGghwgSIls2xsCeMzG8PBxTMvEePGUrGi4falG0wgmg+Z5WaQq562SoMRI33FwNT4jr2+w0k2TwjEE/a9h52AMEYpeP3DiABLId8tYz3Uywr+nvGISX+BMZli/71fICCQo6n6xhQliDD8=;
- In-reply-to: <53229831.8030408@yahoo.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <1394702788.77938.YahooMailNeo@web194601.mail.sg3.yahoo.com> <140313091942.ZM14393@torch.brasslantern.com> <53229831.8030408@yahoo.com>
On 03/14/2014 11:18 AM, Amm wrote:
I have tried to fix this. I have attached a patch to exec.c file,
In the patch please correct
(rs = strrchr(l, '/')) to
(rs = strrchr(s, '/'))
Amm.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author