[69623] branches/gsoc10-configfiles/tools/bash_macports

and.damore at macports.org and.damore at macports.org
Sun Jul 11 02:12:24 PDT 2010


Revision: 69623
          http://trac.macports.org/changeset/69623
Author:   and.damore at macports.org
Date:     2010-07-11 02:12:20 -0700 (Sun, 11 Jul 2010)
Log Message:
-----------
fixed path in bash wrapper

Modified Paths:
--------------
    branches/gsoc10-configfiles/tools/bash_macports

Modified: branches/gsoc10-configfiles/tools/bash_macports
===================================================================
--- branches/gsoc10-configfiles/tools/bash_macports	2010-07-11 08:22:24 UTC (rev 69622)
+++ branches/gsoc10-configfiles/tools/bash_macports	2010-07-11 09:12:20 UTC (rev 69623)
@@ -45,13 +45,13 @@
     echo "$PORT_SOURCES"/users
     ;;
   "local")
-    echo $PORT_SVN_SOURCES/var/macports/sources/local
+    echo /opt/local/var/macports/sources/local
     ;;
   "svn")
-    echo $PORT_SVN_SOURCES/var/macports/sources/svn.macports.org
+    echo "$PORT_SVN_SOURCES"
     ;;
   "gsoc")
-    echo $PORT_SVN_SOURCES/branches/gsoc10-configfiles/base/
+    echo "$PORT_SVN_SOURCES"/branches/gsoc10-configfiles/base/
     ;;
   "dports")
     echo $(grep default $(port prefix)/etc/macports/sources.conf | cut -d " " -f 1 | grep "^file" |grep "^file" | sed "s|file://||") 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100711/fb4c230a/attachment-0001.html>


More information about the macports-changes mailing list