Wireshark-commits: [Wireshark-commits] master 07570b5: Don't assume GNU sed.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 29 Jun 2016 00:25:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=07570b58311588dbe10014c581a2eda1f5440b48
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

07570b5 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't assume GNU sed.
    
    Not all versions of sed support "\n" as meaning "newline" in the
    replacement string of an s command.  POSIX requires tr to support "\n"
    in the replacement string, however, so use % as meaning "newline" in the
    sed script, and translate it to a newline using tr.
    
    Change-Id: Icdbc0b55787340953dfc90ea82e0421b4e77a896
    Reviewed-on: https://code.wireshark.org/review/16199
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  5c03bda   Qt: Generate .qm files during build
    adds  07570b5   Don't assume GNU sed.


Summary of changes:
 ui/qt/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)