Re: [Libvir] make syntax-check fails with bzr checkouts

2008-04-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Meyering on 4/30/2008 4:19 AM: |> - $(find ${*-*} -name Entries -print) /dev/null; |> + $(find ${*:-*} -name Entries -print) /dev/null; | | Thanks for reporting that. | Note though that POSIX appears to require the behavior

Re: [Libvir] make syntax-check fails with bzr checkouts

2008-04-30 Thread Jim Meyering
Soren Hansen <[EMAIL PROTECTED]> wrote: > The bzr problem was obviously that vc-list-files didn't support bzr. > > Failing with CVS was caused by a bashism in vc-list-files. In Ubuntu, > /bin/sh points to dash instead of bash, but vc-list-files had > "#!/bin/sh". > > This patch fixes both issues: