[M3devel] m3cc build broken

Peter Eiserloh eiserlohpp at yahoo.com
Thu Jul 30 18:15:42 CEST 2009


The following does look broken.  Remember the backslash is
an escape character.  So you are escaping the ";" delimitor.
You need to escape the backslash.

> +++ sed -e 's;/;\;g'
> sed: -e expression #1, char 7: unterminated `s' command

Try:
   sed -e 's;/;\\;g'


+--------------------------------------------------------+
| Peter P. Eiserloh                                      |
+--------------------------------------------------------+



      



More information about the M3devel mailing list