tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Convention in the output of service rcvar
On dic 17 21:12, David Holland wrote:
> My guess: someone was thinking in perl by accident and nobody's
> noticed it since, so it hasn't been fixed.
It's probable, then. Thanks for your feedback, David and Jeremy.
I would suggest, if possible and if you agree, to remove that extra `$'
(hoping this is the right place to make such a suggestion/proposal).
$ cvs diff rc.subr
Index: rc.subr
===================================================================
RCS file: /cvsroot/src/etc/rc.subr,v
retrieving revision 1.105
diff -r1.105 rc.subr
825c825
< echo "\$${rcvar}=YES"
---
> echo "${rcvar}=YES"
827c827
< echo "\$${rcvar}=NO"
---
> echo "${rcvar}=NO"
Rocky
Home |
Main Index |
Thread Index |
Old Index