diff options
author | Nick <nick@somerandomnick.ano> | 2010-12-05 17:47:47 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2010-12-05 17:47:47 +0000 |
commit | b0df687cbfa6cc70f00609a6715e1c8c2604906d (patch) | |
tree | 4149fea91ad6635584569ae5916a1ecd640435f8 | |
parent | 77dbb3931f2088603a2d9f690ddec4f857239014 (diff) | |
download | resdb-b0df687cbfa6cc70f00609a6715e1c8c2604906d.tar.gz resdb-b0df687cbfa6cc70f00609a6715e1c8c2604906d.zip |
fixed a bug preventing the previous commit from working right
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |