]> git.ipfire.org Git - thirdparty/libvirt.git/commit
autogen.sh: Correctly detect .git as a file
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 29 Aug 2013 11:19:45 +0000 (13:19 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 29 Aug 2013 11:19:45 +0000 (13:19 +0200)
commit834a86eae5c13dac4234b58d3962913fed95a3c9
treef2a1ce669f7192cf2ccd8648e1cf7c39c0178109
parent0f396366fefdf6cd9d8d5b78f5816d2208801858
autogen.sh: Correctly detect .git as a file

One of my previous patches 5cfe0d37cd0be tried to handle the case when
libvirt is a submodule of another project. In that case, the .git is
just a link to the parent .git directory (which the autogen.sh script
didn't count on). The fix was missing 'test' though.
autogen.sh