File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 101
101
102
102
if [ " $NO_PRESTO " -ne 1 ]; then
103
103
# check pulsar sql jars
104
- JARS=$( tar -tf $TARBALL | grep ' \.jar' | grep ' trino/' | grep -v pulsar-client | grep -v bouncy-castle-bc | grep -v pulsar-metadata | grep -v ' managed-ledger' | grep -v ' pulsar-client-admin' | grep -v ' pulsar-client-api' | grep -v ' pulsar-functions-api' | grep -v ' pulsar-presto-connector-original' | grep -v ' pulsar-presto-distribution' | grep -v ' pulsar-common' | grep -v ' pulsar-functions-proto' | grep -v ' pulsar-functions-utils' | grep -v ' pulsar-io-core' | grep -v ' pulsar-transaction-common' | grep -v ' pulsar-package-core' | sed ' s!.*/!!' | sort)
104
+ JARS=$( tar -tf $TARBALL | grep ' \.jar' | grep ' trino/' | grep -v pulsar-client | grep -v bouncy-castle-bc | grep -v pulsar-metadata | grep -v ' managed-ledger' | grep -v ' pulsar-client-admin' | grep -v ' pulsar-client-api' | grep -v ' pulsar-functions-api' | grep -v ' pulsar-presto-connector-original' | grep -v ' pulsar-presto-distribution' | grep -v ' pulsar-common' | grep -v ' pulsar-functions-proto' | grep -v ' pulsar-functions-utils' | grep -v ' pulsar-io-core' | grep -v ' pulsar-transaction-common' | grep -v ' pulsar-package-core' | grep -v jetcd-core-shaded | sed ' s!.*/!!' | sort)
105
105
if [ -n " $JARS " ]; then
106
106
LICENSEPATH=$( tar -tf $TARBALL | awk ' /^[^\/]*\/trino\/LICENSE/' )
107
107
LICENSE=$( tar -O -xf $TARBALL " $LICENSEPATH " )
You can’t perform that action at this time.
0 commit comments