[
https://issues.apache.org/jira/browse/PARQUET-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nandor Kollar resolved PARQUET-1600.
------------------------------------
Resolution: Fixed
> Fix shebang in parquet-benchmarks/run.sh
> ----------------------------------------
>
> Key: PARQUET-1600
> URL: https://issues.apache.org/jira/browse/PARQUET-1600
> Project: Parquet
> Issue Type: Bug
> Reporter: Kengo Seki
> Assignee: Kengo Seki
> Priority: Minor
> Labels: pull-request-available
>
> The following shebang does not work as expected since it's not on the first
> line and there's a space between # and !.
> {code:title=parquet-benchmarks/run.sh}
> (snip)
> # !/usr/bin/env bash
> {code}
> For example, if users use tcsh, it fails as follows:
> {code}
> > parquet-benchmarks/run.sh
> Illegal variable name.
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)