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)
committerIan Beckwith <ianb@erislabs.net>
Thu, 9 Jun 2011 18:47:09 +0000 (19:47 +0100)
commitcd78e7369fe57d42e3845ef953c765ed3602ebb4
tree20338e8df3acab4ad2cd0daed28393644803f88e
parente6a32cca335e04a61d2fdcc686aaece175ddc3c3
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):
(cherry picked from commit ddd54c759aedbcabfb17335dab690ce79c5a53b4)
ChangeLog
gnulib-tool