changeset 288:2e7d34122df5 draft

fixed a bug preventing the previous commit from working right
author Nick <nick@somerandomnick.ano>
date Sun, 05 Dec 2010 17:47:47 +0000
parents b295bc1fe853
children c80891757cfe
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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