Re: error in edit-pr
Chad Walstrom <[email protected]> Thu, 18 Jan 2007 08:55:50 -0600
| Newsgroups | gmane.comp.bug-tracking.gnats.general |
|---|---|
| Message-ID | <[email protected]> |
Bram Stappers <[email protected]> wrote: > At line 172 of the edit-pr script (usually /usr/local/bin/edit-pr) > of GNATS version 4.0 or 4.1.0, change the line > > values=`$QUERY_PR --valid-values $field | tr '\n' ' ' | sed > 's/ *$//g; s/ / | /g;s/^/[ /;s/$/ ]/;` > > into > > values=`$QUERY_PR --valid-values $field | tr '\n' ' ' | sed > 's/ *$//g; s/ / | /g;s/^/[ /;s/$/ ]/;'` > > I.e., insert an apostrophe (') before the last backtick (`). Yes, I believe it's been patched in the CVS version. I apologize for not rolling out an alpha tarball or pushing to get 4.2 out sooner. I've been quite busy with my new job. I can't get to it today, but maybe on Saturday. -- Chad Walstrom <[email protected]> http://www.wookimus.net/ assert(expired(knowledge)); /* core dump */