Gentoo Archives: gentoo-dev

From: YAMAKURA Makoto <makoto@×××××××××××.jp> (=?iso-2022-jp?B?GyRCOzNBUhsoQiAbJEI/PxsoQg==?=)
To: azarah@g.o
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] baselayout-1.8.6.7
Date: Tue, 13 May 2003 18:39:28
Message-Id: 20030514.033939.125940850.makoto@dsb.club.ne.jp
In Reply to: Re: [gentoo-dev] baselayout-1.8.6.7 by Martin Schlemmer
1 My bad english :(
2
3 > > I have trouble with pcmcia/net.eth0 dependency. "deptree" script
4 > > defines functions such as "depinfo_net.eth0", but bash doesn't allow
5 > > those names, so "get_dep_info" in rc-services.sh gets failed.
6
7 > Means that it is totally legal to call a variable/function:
8 >
9 > get_foo_bar
10
11 The name "get_dep_info" is not the problem, but "depinfo_net.eth0". It
12 contains invalid character "dot".
13
14 $ declare -F "depinfo_eth.net0"
15 -bash: declare: `depinfo_eth.net0': not a valid identifier
16
17 Thanks,
18
19 --
20 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] baselayout-1.8.6.7 Martin Schlemmer <azarah@g.o>