repo: resdb
action: commit
revision: 
path_from: 
revision_from: b0df687cbfa6cc70f00609a6715e1c8c2604906d:
path_to: 
revision_to: 
git.thebackupbox.net
resdb
git clone git://git.thebackupbox.net/resdb
commit b0df687cbfa6cc70f00609a6715e1c8c2604906d
Author: Nick 
Date:   Sun Dec 5 17:47:47 2010 +0000

    fixed a bug preventing the previous commit from working right

diff --git a/configure b/configure
index 0911806978c0c9911436ab5072f74d7bfad2084e..
index ..9f6c8c06df0a44d7530ca1199e6491920f066652 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

-----END OF PAGE-----