diff options
author | Ken Moore <ken@ixsystems.com> | 2018-03-06 11:28:07 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-03-06 11:28:07 -0500 |
commit | 9b5d8b1ed6a1f84cb0a7847f23161fdc4f83de8d (patch) | |
tree | c9249cdd8ed3258f2c95baeeb9d995276fc5eff5 /mkport.sh | |
parent | Quick update to mkports.sh (diff) | |
download | lumina-9b5d8b1ed6a1f84cb0a7847f23161fdc4f83de8d.tar.gz lumina-9b5d8b1ed6a1f84cb0a7847f23161fdc4f83de8d.tar.bz2 lumina-9b5d8b1ed6a1f84cb0a7847f23161fdc4f83de8d.zip |
Another minor tweak for the mkport.sh
Make the "bPort" exported variable a list of all the ports that were added/created.
Diffstat (limited to 'mkport.sh')
-rwxr-xr-x | mkport.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,4 +101,4 @@ do done #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="x11/lumina" +export bPort=${allports} |