aboutsummaryrefslogtreecommitdiff
path: root/mkport.sh
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2018-03-06 11:32:51 -0500
committerKen Moore <ken@ixsystems.com>2018-03-06 11:32:51 -0500
commitc9f47953dc4eb2b3e799afd761f55463b2485048 (patch)
tree85cb1f102216f6ff5a2f220558689d2d591b2571 /mkport.sh
parentAnother minor tweak for the mkport.sh (diff)
downloadlumina-c9f47953dc4eb2b3e799afd761f55463b2485048.tar.gz
lumina-c9f47953dc4eb2b3e799afd761f55463b2485048.tar.bz2
lumina-c9f47953dc4eb2b3e799afd761f55463b2485048.zip
Another mkport.sh update.
Almost got the multi-build setup working...
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