mpab: expand baseDir for the benefit of ln if it's "."

git-svn-id: https://svn.macports.org/repository/macports/contrib/mpab@81518 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Joshua Root
2011-08-01 04:03:53 +00:00
parent 8537411e42
commit 7237bcc41f
+4
View File
@@ -261,6 +261,10 @@ function buildPorts()
{
local baseDir=$1
local chrootPath=$2
if [[ $baseDir == "." ]]; then
baseDir=`pwd`
fi
echo "Building ports"