comparison configure @ 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 36e5f17d180c
comparison
equal deleted inserted replaced
287:b295bc1fe853 288:2e7d34122df5
54 echo "Please enter your email." >&2 54 echo "Please enter your email." >&2
55 echo "(Default: $git_email)" >&2 55 echo "(Default: $git_email)" >&2
56 echo -n "Email? " >&2 56 echo -n "Email? " >&2
57 read new_git_email 57 read new_git_email
58 if [ x"$new_git_email" != x ]; then 58 if [ x"$new_git_email" != x ]; then
59 git_name="$new_git_email" 59 git_email="$new_git_email"
60 fi 60 fi
61 61
62 echo -n "Would you like to configure the tinydns datafile generator? " >&2 62 echo -n "Would you like to configure the tinydns datafile generator? " >&2
63 read new_tinydns_config 63 read new_tinydns_config
64 if [ x"$new_tinydns_config" != x ]; then 64 if [ x"$new_tinydns_config" != x ]; then