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

    https://github.com/apache/spark/pull/18596#discussion_r126623139
  
    --- Diff: dev/make-distribution.sh ---
    @@ -163,7 +163,7 @@ echo -e "\$ ${BUILD_COMMAND[@]}\n"
     rm -rf "$DISTDIR"
     mkdir -p "$DISTDIR/jars"
     echo "Spark $VERSION$GITREVSTRING built for Hadoop $SPARK_HADOOP_VERSION" 
> "$DISTDIR/RELEASE"
    -echo "Build flags: $@" >> "$DISTDIR/RELEASE"
    +echo "Build flags: "$@"" >> "$DISTDIR/RELEASE"
    --- End diff --
    
    I'm not sure this does what you think -- doesn't this actually leave `$@` 
outside quotes?
    The rest looks OK but I don't know when the script would have an argument 
with spaces? Look how it's used.


---
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