Skip to content

Commit

Permalink
We no longer need to normalize the path. darwintrace.dylib does it fo…
Browse files Browse the repository at this point in the history
…r us.

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@18672 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
pguyot committed Jul 22, 2006
1 parent b8333f2 commit 91cb571
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/port1.0/porttrace.tcl
@@ -1,7 +1,7 @@
# et:ts=4
# porttrace.tcl
#
# $Id: porttrace.tcl,v 1.14 2005/08/27 06:26:34 pguyot Exp $
# $Id: porttrace.tcl,v 1.15 2006/07/22 03:11:02 pguyot Exp $
#
# Copyright (c) 2005 Paul Guyot <pguyot@kallisys.net>,
# All rights reserved.
Expand Down Expand Up @@ -186,7 +186,6 @@ proc slave_read_line {chan} {
set path_start [expr [string first "\t" $theline] + 1]
set op [string range $theline 0 [expr $path_start - 2]]
set path [string range $theline $path_start [expr $line_length - 1]]
set path [file normalize $path]

# open/execve
if {$op == "open" || $op == "execve"} {
Expand Down

0 comments on commit 91cb571

Please sign in to comment.