]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix shell detection bug
authorEric Blake <eblake@redhat.com>
Tue, 26 Oct 2010 16:37:06 +0000 (10:37 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 26 Oct 2010 21:55:12 +0000 (15:55 -0600)
commit5ee03c25f729ef9617e701abd01081a92e61b058
tree40135a983c3f86c480ada6103bdf12350891e82a
parent1987b090931ea402da7748147f345991225026ec
build: fix shell detection bug

A missing shell was noisy, and the use of command to decipher a
shell's absolute path requires "" rather than ''.

* configure.ac (lv_cv_wrapper_shell): Fix logic errors if candidate
shell is not available.
* .gitignore: Ignore file created when /bin/sh is old dash.
Reported by Matthias Bolte.
.gitignore
configure.ac