summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBenjamin C Meyer <benjamin.meyer@torchmobile.com>2009-07-21 13:46:20 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-07-21 13:46:20 +1000
commit5538d52eec9454404d3e02d9d23cc562b91a68e0 (patch)
treedeea2e30f61031b4a3c2cc19de39737365bd4a7c /configure
parent6ca14dce65634e202b36499c76c268c87f78ceb6 (diff)
Match the behavior of the Windows configure and allow the user to type
'y' rather then 'yes' Merge-request: 945 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f7e80058f..13bdf7fc2 100755
--- a/configure
+++ b/configure
@@ -3769,7 +3769,7 @@ elif [ "$Edition" = "OpenSource" ]; then
read acceptance
fi
echo
- if [ "$acceptance" = "yes" ]; then
+ if [ "$acceptance" = "yes" ] || [ "$acceptance" = "y" ]; then
break
elif [ "$acceptance" = "no" ]; then
echo "You are not licensed to use this software."