gnulib-tool: fix portability problem with MacOS sed
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 May 2011 22:02:43 +0000 (15:02 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 May 2011 22:02:43 +0000 (15:02 -0700)
commitddd54c759aedbcabfb17335dab690ce79c5a53b4
tree0ed544a56358c56fdd465e19d2497bcb4315051b
parentcd756d0a82b95b0d16e2aa1b841ecb8ff35056b1
gnulib-tool: fix portability problem with MacOS sed

A sed command like "/x/{s/a/b/}" is not portable; a newline is needed
before the "}".  Problem reported by Leo in
<http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00717.html>.
* gnulib-tool (sed_dependencies_without_conditions):
ChangeLog
gnulib-tool