From b0df687cbfa6cc70f00609a6715e1c8c2604906d Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 5 Dec 2010 17:47:47 +0000 Subject: fixed a bug preventing the previous commit from working right --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0911806..9f6c8c0 100755 --- 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 -- cgit v1.2.3