You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ra...@apache.org on 2023/06/13 13:03:15 UTC

[arrow] 10/17: More test

This is an automated email from the ASF dual-hosted git repository.

raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 7fc5c5ef7c986fc02f4208323a1f36a4ebeba073
Author: Raúl Cumplido <ra...@gmail.com>
AuthorDate: Tue Jun 13 14:59:18 2023 +0200

    More test
---
 dev/release/post-11-bump-versions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/post-11-bump-versions.sh b/dev/release/post-11-bump-versions.sh
index 65b8a79a5e..c2426f6878 100755
--- a/dev/release/post-11-bump-versions.sh
+++ b/dev/release/post-11-bump-versions.sh
@@ -74,8 +74,8 @@ if [ ${BUMP_DEB_PACKAGE_NAMES} -gt 0 ]; then
   }
   deb_lib_suffix=$(so_version $version)
   next_deb_lib_suffix=$(so_version $next_version)
-  echo "TOMATO ${deb_lib_suffix} and ${next_deb_lib_suffix}"
   if [ "${deb_lib_suffix}" != "${next_deb_lib_suffix}" ]; then
+    echo "TOMATO $(deb_lib_suffix) and $(next_deb_lib_suffix"
     cd $SOURCE_DIR/../tasks/linux-packages/apache-arrow
     for target in debian*/lib*${deb_lib_suffix}.install; do
       git mv \