pan3793 commented on a change in pull request #1463:
URL: https://github.com/apache/incubator-kyuubi/pull/1463#discussion_r758098485
##########
File path: build/dist
##########
@@ -245,7 +245,7 @@ if [[ "$MAKE_TGZ" == "true" ]]; then
TARDIR="$KYUUBI_HOME/$TARDIR_NAME"
rm -rf "$TARDIR"
cp -r "$DISTDIR" "$TARDIR"
- tar czf "$TARDIR_NAME.tgz" -C "$KYUUBI_HOME" "$TARDIR_NAME"
+ tar zcf "$TARDIR_NAME.tgz" -C "$KYUUBI_HOME" "$TARDIR_NAME"
Review comment:
Does the different behavior also affected by BSD and GNU? Because macOS
use BSD tar but Linux use GNU tar.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]