# HG changeset patch # User Nick # Date 1291571267 0 # Node ID 2e7d34122df59201c50302aa7a70111b6d808c88 # Parent b295bc1fe853dd8b0775d1218bd49c9a5b9617be fixed a bug preventing the previous commit from working right diff -r b295bc1fe853 -r 2e7d34122df5 configure --- a/configure Sun Dec 05 17:45:32 2010 +0000 +++ b/configure Sun Dec 05 17:47:47 2010 +0000 @@ -56,7 +56,7 @@ 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