repo: resdb action: commit revision: path_from: revision_from: b0df687cbfa6cc70f00609a6715e1c8c2604906d: path_to: revision_to:
commit b0df687cbfa6cc70f00609a6715e1c8c2604906d Author: NickDate: Sun Dec 5 17:47:47 2010 +0000 fixed a bug preventing the previous commit from working right diff --git a/configure b/configure
--- a/configure +++ b/configure @@ -56,7 +56,7 @@ echo "(Default: $git_email)" >&2 echo -n "Email? " >&2 read new_git_email if [ x"$new_git_email" != x ]; then - git_name="$new_git_email" + git_email="$new_git_email" fi echo -n "Would you like to configure the tinydns datafile generator? " >&2
-----END OF PAGE-----