aboutsummaryrefslogtreecommitdiff
path: root/mkport.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mkport.sh')
-rwxr-xr-xmkport.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/mkport.sh b/mkport.sh
index 7e044229..9536fee6 100755
--- a/mkport.sh
+++ b/mkport.sh
@@ -99,6 +99,8 @@ do
tcat=$(echo $port | cut -d '/' -f 1)
massage_subdir ${portsdir}/${tcat}
done
+echo "All ports updated: ${allports}"
#Set a couple variables for the TrueOS build cluster to know which is the "overall" port
-port=${allports} #reset this variable in case something else needs it
-export bPort=${allports}
+port="${allports}" #reset this variable in case something else needs it
+bPort="${allports}"
+export bPort
bgstack15