summaryrefslogtreecommitdiff
path: root/scripts/builder.sh
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2013-05-13 11:57:19 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2013-05-13 11:57:19 (GMT)
commit0cc3bb3890fc144143bd3c11d605ca64f3c29266 (patch)
treeb60d40d61dc398f512a0321aee82fd42b739ceee /scripts/builder.sh
parent348d13cf3bafc0369691b0fc351a75401ee79ccf (diff)
fix indentation, uncomment cd command, fix reading of username
Diffstat (limited to 'scripts/builder.sh')
-rwxr-xr-xscripts/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/builder.sh b/scripts/builder.sh
index 4bece8a..c2f81e8 100755
--- a/scripts/builder.sh
+++ b/scripts/builder.sh
@@ -73,7 +73,7 @@ read_username_from_user()
{
echo 'Please enter your username for https://code.google.com/hosting/settings'
echo -n 'Username:'
- read -s USERNAME
+ read USERNAME
echo 'username is ' $USERNAME
}
contact: Jan Huwald // Impressum