Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
steveWang committed Jun 19, 2012
1 parent 48fdbeb commit 2df0770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -31,7 +31,7 @@ prompt() {
fi

read -r -p "$1 [Y/n] " response
response=`echo $response | tr [A-Z] [a-z]`
response=`echo $response | tr [:upper:] [:lower:]`
[[ $response =~ ^(y|yes)$ ]]
}

Expand Down

0 comments on commit 2df0770

Please sign in to comment.