Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autogen.sh: Correctly detect .git as a file
One of my previous patches 5cfe0d3 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.
- Loading branch information