Github user dyross commented on a diff in the pull request:

    https://github.com/apache/spark/pull/4540#discussion_r24608226
  
    --- Diff: make-distribution.sh ---
    @@ -147,7 +147,7 @@ if [[ ! "$JAVA_VERSION" =~ "1.6" && -z 
"$SKIP_JAVA_TEST" ]]; then
       echo "Output from 'java -version' was:"
       echo "$JAVA_VERSION"
       read -p "Would you like to continue anyways? [y,n]: " -r
    -  if [[ ! $REPLY =~ ^[Yy]$ ]]; then
    +  if [[ ! "$REPLY" =~ ^[Yy]$ ]]; then
    --- End diff --
    
    Ok, I'll leave it quoted since it's consistent with other places. But 
thanks for the note.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to