From: m.eik m. <mei...@un...> - 2015-01-28 15:51:46
|
Git commit b237898fb8bd5076bdfbcca4ed820dfa7ac9f4a7 by m.eik michalke. Committed on 28/01/2015 at 15:52. Pushed by meikm into branch 'master'. quick fix for bundle script M +1 -0 macports/update_bundle.sh http://commits.kde.org/rkward/b237898fb8bd5076bdfbcca4ed820dfa7ac9f4a7 diff --git a/macports/update_bundle.sh b/macports/update_bundle.sh index 057126f..9e934d5 100755 --- a/macports/update_bundle.sh +++ b/macports/update_bundle.sh @@ -144,6 +144,7 @@ if [[ $WIPEINST ]] ; then sudo rm "${libsymlink}" fi done + exit 0 fi # prepare for a clean installation, remove all cached sources |