Hi r, There are "=~" with quoted regex in many places in that script, and I had been using that all these times, never had any problem.
Did you have similar problems in that script with quoted RHS using "=~" ? Were you able to do all the steps and pass the Verilog sim? My BASH version is 3.2.33 on FC8, even older than yours. hmmm,.. Best Regards, Paul Tan -----Original Message----- From: r <nbs.pub...@gmail.com> To: gEDA developer mailing list <geda-dev@moria.seul.org> Sent: Sat, 10 Jan 2009 3:57 am Subject: Re: gEDA-dev: gEDA already support BUS and Hierarchy Hi Paul, Sorry, somehow I was sure I gave you this information. GNU bash, version 3.2.39(1)-release (i486-pc-linux-gnu) Copyright (C) 2007 Free Software Foundation, Inc. (Ubuntu 8.10) Regards, -r On Sat, Jan 10, 2009 at 3:48 AM, Paul Tan <pt75...@aim.com> wrote: > Hi r, > > Can you please check your BASH version using > the following command ? > > bash --version > > Best Regards > Paul Tan > > > -----Original Message----- > From: r <nbs.pub...@gmail.com> > To: gEDA developer mailing list <geda-dev@moria.seul.org> > Sent: Fri, 9 Jan 2009 7:39 pm > Subject: Re: gEDA-dev: gEDA already support BUS and Hierarchy > > > > On Sat, Jan 10, 2009 at 2:45 AM, Paul Tan <pt75...@aim.com> wrote: >> >> if ! [[ "$TopExtName" =~ "[sS][cC][hH]" ]]; then >> >> did not work for your version? > > It didn't. This check is always false. It might be better to remove it > altogether - just in case someone wants to work on schematics with a > different extension (backups etc). > > Regards, > -r > _______________________________________________ geda-dev mailing list geda-dev@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev _______________________________________________ geda-dev mailing list geda-dev@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
