New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80223


Ignore:
Timestamp:
07/07/11 00:32:15 (4 years ago)
Author:
jmr@…
Message:

merge r80222 from trunk:

apparently bash needs an extra eval to expand both a variable and a tilde

Location:
branches/release_2_0
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • branches/release_2_0

  • branches/release_2_0/base

  • branches/release_2_0/base/aclocal.m4

    r80221 r80223  
    336336                # Set Tcl package directory to ~/Library/Tcl 
    337337            AC_MSG_CHECKING(for Tcl package directory) 
    338                 ac_cv_c_tclpkgd=`echo ~$DSTUSR/Library/Tcl` 
     338                ac_cv_c_tclpkgd=`eval echo ~$DSTUSR/Library/Tcl` 
    339339            # Convert to a native path and substitute into the output files. 
    340340            PACKAGE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclpkgd}` 
     
    647647                            fi 
    648648                        elif test "$path" = "~/Library/Tcl"; then 
    649                             ac_cv_c_tclpkgd=`echo ~$DSTUSR/Library/Tcl` 
     649                            ac_cv_c_tclpkgd=`eval echo ~$DSTUSR/Library/Tcl` 
    650650                            break 
    651651                        fi 
  • branches/release_2_0/base/configure

    r80221 r80223  
    77437743            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl package directory" >&5 
    77447744$as_echo_n "checking for Tcl package directory... " >&6; } 
    7745                 ac_cv_c_tclpkgd=`echo ~$DSTUSR/Library/Tcl` 
     7745                ac_cv_c_tclpkgd=`eval echo ~$DSTUSR/Library/Tcl` 
    77467746            # Convert to a native path and substitute into the output files. 
    77477747            PACKAGE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclpkgd}` 
     
    92069206                            fi 
    92079207                        elif test "$path" = "~/Library/Tcl"; then 
    9208                             ac_cv_c_tclpkgd=`echo ~$DSTUSR/Library/Tcl` 
     9208                            ac_cv_c_tclpkgd=`eval echo ~$DSTUSR/Library/Tcl` 
    92099209                            break 
    92109210                        fi 
  • branches/release_2_0/base/portmgr/fedora/macports.spec

  • branches/release_2_0/base/src/pextlib1.0/sha2.c

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/release_2_0/base/src/pextlib1.0/sha2.h

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/release_2_0/base/src/pextlib1.0/sha256cmd.c

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/release_2_0/base/src/pextlib1.0/sha256cmd.h

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/release_2_0/base/src/registry2.0/receipt_sqlite.tcl

    • Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset for help on using the changeset viewer.