]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: use portable sed expressions
authorEric Blake <eblake@redhat.com>
Fri, 10 Sep 2010 16:38:17 +0000 (10:38 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 14 Sep 2010 14:42:10 +0000 (08:42 -0600)
commit249a5b35f23475f57bc987f4860302cf933e4fe5
tree7e2b1b06c301fe30353f42bfe5d8e564cc6e22eb
parent3b167dfaefaf512aab110a11a14b97d28c04dafc
build: use portable sed expressions

* src/Makefile.am (libvirt.def, libvirt_qemu.def): '\}' and '\t'
are not required by POSIX.  Use '}' and literal tab instead.
(install-data-local): Avoid sed -i.
* tests/read-bufsiz: Likewise.
Reported by Mitchell Hashimoto.
src/Makefile.am
tests/read-bufsiz