summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick <nick@somerandomnick.ano>2010-12-05 17:47:47 +0000
committerNick <nick@somerandomnick.ano>2010-12-05 17:47:47 +0000
commitb0df687cbfa6cc70f00609a6715e1c8c2604906d (patch)
tree4149fea91ad6635584569ae5916a1ecd640435f8
parent77dbb3931f2088603a2d9f690ddec4f857239014 (diff)
downloadresdb-b0df687cbfa6cc70f00609a6715e1c8c2604906d.tar.gz
resdb-b0df687cbfa6cc70f00609a6715e1c8c2604906d.zip
fixed a bug preventing the previous commit from working right
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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