Skip to content

Commit

Permalink
PARQUET-1600: Fix shebang in parquet-benchmarks/run.sh (apache#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
sekikn authored and nandorKollar committed Jul 23, 2019
1 parent b34b077 commit 54d3703
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions parquet-benchmarks/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
Expand All @@ -17,8 +18,6 @@
# under the License.
#

# !/usr/bin/env bash

SCRIPT_PATH=$( cd "$(dirname "$0")" ; pwd -P )

echo "Starting WRITE benchmarks"
Expand Down

0 comments on commit 54d3703

Please sign in to comment.