diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh
index 3984d7fbae171ccab3ee7022188301d1f8d15fc7..9d814e40a02cfc6ebfb2967de1d04152d006842a 100755
--- a/ShellB3/shallbethree.sh
+++ b/ShellB3/shallbethree.sh
@@ -4738,6 +4738,7 @@ PATCH
 
   reid $( find *ib* -name libblosc.* -type f )
 
+  return 0
 }
 
 mk_pytables() {
@@ -6908,8 +6909,6 @@ PATCH
   else
     cp build/qt-${QT5USEVER}/sb3_build/qtbase/bin/qt.conf bin
   fi
-
-  echo qt5 >>trim
   
   _find_cots QT5DIR bin/qmake $BASE
   _check_build_env QT5DIR
@@ -6920,6 +6919,8 @@ PATCH
 
   qt5_repath
 
+  echo qt5 >>trim
+
 }
 
 matplotlib_link_fonts() {