Hi r, "None-Quoting" only become optional after BASH ver 3.2. The program requirement is ver 3, not ver 3.2+ Even after ver 3.2, it is optional
if ! [[ "$TopExtName" =~ "[sS][cC][hH]" ]]; then did not work for your version? Best Regards, Paul Tan -----Original Message----- From: r <[email protected]> To: gEDA developer mailing list <[email protected]> Sent: Fri, 9 Jan 2009 4:59 pm Subject: Re: gEDA-dev: gEDA already support BUS and Hierarchy On Sun, Jan 4, 2009 at 10:16 PM, Paul Tan <[email protected]> wrote: > > Attached is an example of BUS, none-flat hierarchy, and > a "Hier report script" that can generate Hierarchical Verilog > Netlist with BUS, and also some other kinds of hier report. In geda_hier_tools.bsh, line 247 should look: if ! [[ "$TopExtName" =~ [sS][cC][hH] ]]; then Thanks, -r _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
