Changeset 18672 for trunk/base


Ignore:
Timestamp:
Jul 22, 2006, 3:11:02 AM (18 years ago)
Author:
pguyot (Paul Guyot)
Message:

We no longer need to normalize the path. darwintrace.dylib does it for us.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/porttrace.tcl

    r13741 r18672  
    22# porttrace.tcl
    33#
    4 # $Id: porttrace.tcl,v 1.14 2005/08/27 06:26:34 pguyot Exp $
     4# $Id: porttrace.tcl,v 1.15 2006/07/22 03:11:02 pguyot Exp $
    55#
    66# Copyright (c) 2005 Paul Guyot <pguyot@kallisys.net>,
     
    187187                        set op [string range $theline 0 [expr $path_start - 2]]
    188188                        set path [string range $theline $path_start [expr $line_length - 1]]
    189                         set path [file normalize $path]
    190189                       
    191190                        # open/execve
Note: See TracChangeset for help on using the changeset viewer.