[107637] trunk/dports/shells/fish/files/patch-share_config_fish.diff

and.damore at macports.org and.damore at macports.org
Wed Jul 3 08:16:16 PDT 2013


Revision: 107637
          https://trac.macports.org/changeset/107637
Author:   and.damore at macports.org
Date:     2013-07-03 08:16:16 -0700 (Wed, 03 Jul 2013)
Log Message:
-----------
port fish: missed a variable while renaming it, having an empty PATH is not funny at all

Modified Paths:
--------------
    trunk/dports/shells/fish/files/patch-share_config_fish.diff

Modified: trunk/dports/shells/fish/files/patch-share_config_fish.diff
===================================================================
--- trunk/dports/shells/fish/files/patch-share_config_fish.diff	2013-07-03 14:58:36 UTC (rev 107636)
+++ trunk/dports/shells/fish/files/patch-share_config_fish.diff	2013-07-03 15:16:16 UTC (rev 107637)
@@ -10,7 +10,7 @@
 +    set -e MP_PATH
 +    for path_component in $PATH
 +        if test $path_component != /opt/local/bin
-+           set MP_PATH $MP_PATH $i 
++           set MP_PATH $MP_PATH $path_component
 +       end
 +    end
 +    set MP_PATH $MP_PREFIX $MP_PATH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130703/04629854/attachment.html>


More information about the macports-changes mailing list