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

    https://github.com/apache/spark/pull/13612#discussion_r66696598
  
    --- Diff: core/pom.xml ---
    @@ -357,7 +357,8 @@
                 <configuration>
                   <!-- Execute the shell script to generate the spark build 
information. -->
                   <tasks>
    -                <exec 
executable="${project.basedir}/../build/spark-build-info">
    +                <exec executable="bash">
    +             <arg value="${project.basedir}/../build/spark-build-info"/>
    --- End diff --
    
    nit: this need to be indented one extra space.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to