This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/49978] make pdf error on OS X


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49978

--- Comment #4 from hal at oz dot net 2011-08-04 17:35:34 UTC ---
Here's what it looks like:

$ echo foo | sed "s/\(^\|.* \)@documenten/bar/"
foo
$ pgm='s/^ *@documentencoding  *\([^ ][^ ]*\) *$/\1/
>        t found
>        d
>        :found
>        q'
$ echo foo | sed -e "$pgm"
$ echo $pgm
s/^ *@documentencoding *\([^ ][^ ]*\) *$/\1/ t found d :found q


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]