From 07f8c01f917bafe040a882599b13591544ca008a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Wed, 24 Dec 2014 14:06:30 +0100 Subject: [PATCH] fix 'osxcross-macports upgrade' --- tools/osxcross-macports | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/osxcross-macports b/tools/osxcross-macports index feb9e5b..54ffb2b 100755 --- a/tools/osxcross-macports +++ b/tools/osxcross-macports @@ -448,6 +448,7 @@ upgrade() UPGRADE=1 rm -rf $INSTALL + createDir "" $INSTALL 1>/dev/null for pkg in $PKGS; do installPkg $pkg