From 616d8e67efeb8a678525b86ddcd7879b04749e1b Mon Sep 17 00:00:00 2001
From: Joe Garcia <joe.garcia@ssec.wisc.edu>
Date: Sat, 13 Mar 2021 13:07:55 -0600
Subject: [PATCH] add return, relocate trim part

---
 ShellB3/shallbethree.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh
index 3984d7fb..9d814e40 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() {
-- 
GitLab