[88835] users/ryandesign/scripts/badpyports

ryandesign at macports.org ryandesign at macports.org
Fri Jan 13 00:52:33 PST 2012


Revision: 88835
          http://trac.macports.org/changeset/88835
Author:   ryandesign at macports.org
Date:     2012-01-13 00:52:32 -0800 (Fri, 13 Jan 2012)
Log Message:
-----------
badpyports: fix typo in conditional

Modified Paths:
--------------
    users/ryandesign/scripts/badpyports

Modified: users/ryandesign/scripts/badpyports
===================================================================
--- users/ryandesign/scripts/badpyports	2012-01-13 08:51:02 UTC (rev 88834)
+++ users/ryandesign/scripts/badpyports	2012-01-13 08:52:32 UTC (rev 88835)
@@ -42,7 +42,7 @@
     echo "Enclose dependencies and all other \"real\" port actions in an \"if {\${name} != \${subport}}\" block."
 fi
 
-if [ $DEPENDENCYPROBLEMS -gt 0 ]; then
+if [ $DEFAULTVERSIONPROBLEMS -gt 0 ]; then
     echo
     printf "%d of these have default python version problems. python.default_version needs to be\n" $DEFAULTVERSIONPROBLEMS
     echo "set to one of the values you set in python.versions."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120113/5dbf591c/attachment.html>


More information about the macports-changes mailing list