Ramkumar Ramachandra <artag...@gmail.com> writes:

>  mk_empty () {
> -     rm -fr testrepo &&
> -     mkdir testrepo &&
> +     repo_name="$1"
> +     test -z "$repo_name" && repo_name=testrepo
> +     rm -fr $repo_name &&
> +     mkdir $repo_name &&

Your quoting is sloppy in this entire patch X-<.



--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to