Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] why emerge --config don't work
Date: Fri, 20 Aug 2010 14:50:47
Message-Id: 201008201650.24528.wonko@wonkology.org
In Reply to: [gentoo-user] why emerge --config don't work by Zhu Sha Zang
1 Zhu Sha Zang writes:
2
3 > Hi there, why this command don't work in zsh:
4 [...]
5 > [root@sakurazukamori /usr/src/linux]$ emerge --config
6 > =sys-apps/tomoyo-tools-2.2.0_p20090727
7 > 9:44
8 > zsh: sys-apps/tomoyo-tools-2.2.0_p20090727 not found
9
10 Interesting. Looks like zsh treats a '=' character specially. I don't use
11 zsh, so I don't know why this is. Seems like it does something similar to
12 the bash builtin 'type':
13
14 weird% echo =find
15 /usr/bin/find
16
17 Your command works, when the = is escaped by a \, or when the stuff is
18 quoted.
19
20 Wonko

Replies

Subject Author
Re: [gentoo-user] why emerge --config don't work Florian CROUZAT <gentoo@××××××××××××××.net>