mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c4a4317a53
- Include extra patches from master web site fixing various problems. - Use FreeBSD-specific utils (e.g. 'vipw' instead of 'vi /etc/passwd') or correct non-FreeBSD flags to system programs (e.g. 'du -D' will not work on FreeBSD). PR: 18725 Submitted by: Andy Sparrow <andy@geek4food.org>
12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
--- tcldesk/find.tcl.orig Sun Nov 14 16:07:47 1999
|
|
+++ tcldesk/find.tcl Sun May 28 16:30:32 2000
|
|
@@ -805,7 +805,7 @@
|
|
set flist ""
|
|
set list [$dlb get]
|
|
foreach f $fl {
|
|
- lappend flist [lindex [lindex $list $f] 0]
|
|
+ lappend flist [lindex [split [lindex $list $f] \t] 0]
|
|
}
|
|
|
|
set nfiles 0
|