Junio C Hamano wrote: > Sam Vilain <sam.vilain@xxxxxxxxxxxxxxx> writes: > >> + c_gen=`eval "echo \\\$c_gen_$i"` >> + packs=`eval "echo \\\$gen_$i"` >> > > I used to write something like these myself when I was young > ;-), but it is enough to write: > > eval 'c_gen=$c_gen_'$i > eval "packs=\$gen_$i" > Would've re-written it in Perl ages ago :P Sam. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html