<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Sat, 2010-09-18 at 16:10 -0400, Trevor Woerner wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
<TT><FONT COLOR="#1a1a1a">+ for _cmp in `echo $clonefailed_components`; do</FONT></TT><BR>
<BR>
</BLOCKQUOTE>
A matter of style, and probably controversial. Variable names with leading underscore have their usage in C,<BR>
but don't know if they do in scripts. I got burned a few times as my eyes skipped the underscore.<BR>
I won't comment any further, leaving this issue to style experts.
</BODY>
</HTML>