Richard W.M. Jones wrote:
On Tue, Nov 10, 2009 at 02:34:25PM +0100, Jim Meyering wrote:
> + case $url in
> + *git.et.redhat.com/libguestfs.git) ;;
> + *) return 1;; esac
ACK, but what's the reason to check the git URL?
Some people download a tarball, unpack it, and run
"git init; git add .; git commit -a" to record contents,
in case they start making changes.
I also tweaked the above to put "esac" on its own line.