File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dist_dir=${2}
2424
2525export ARROW_TEST_DATA=${arrow_dir} /testing/data
2626
27- pushd " ${arrow_dir} /java"
27+ pushd ${arrow_dir} /java
2828
2929# Ensure that there is no old jar
3030# inside the maven repository
@@ -52,8 +52,8 @@ mvn clean \
5252 -Papache-release \
5353 -Parrow-c-data \
5454 -Parrow-jni \
55- -Darrow.cpp.build.dir=" $dist_dir " \
56- -Darrow.c.jni.dist.dir=" $dist_dir " \
55+ -Darrow.cpp.build.dir=$dist_dir \
56+ -Darrow.c.jni.dist.dir=$dist_dir \
5757 --no-transfer-progress
5858
5959# copy all jar, zip and pom files to the distribution folder
@@ -66,6 +66,6 @@ find ~/.m2/repository/org/apache/arrow \
6666 -name " *.zip" \
6767 " )" \
6868 -exec echo {} " ;" \
69- -exec cp {} " $dist_dir " " ;"
69+ -exec cp {} $dist_dir " ;"
7070
7171popd
You can’t perform that action at this time.
0 commit comments