kou commented on code in PR #43294:
URL: https://github.com/apache/arrow/pull/43294#discussion_r1681696315


##########
dev/release/post-12-bump-versions.sh:
##########
@@ -64,7 +64,7 @@ if [ ${BUMP_VERSION_POST_TAG} -gt 0 ]; then
 fi
 
 if [ ${BUMP_DEB_PACKAGE_NAMES} -gt 0 ] && \
-     [ "${next_version}" != "$(current_version)" ]; then
+     [ "${next_version}" != "${version}" ]; then

Review Comment:
   Hmm.
   `$(current_version)` is a function call not a variable reference.
   So `current_version` function call is intentional here.



-- 
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]

Reply via email to