ports/mail/exmh2/files/patch-lib-quote.tcl
Pav Lucistnik 42bdc9f77e - Update to 2.7.2
PR:		ports/80715
Submitted by:	Kevin Oberman <oberman@es.net>
2005-05-24 22:13:33 +00:00

11 lines
389 B
Tcl

--- lib/quote.tcl.orig Mon Jul 26 20:23:33 2004
+++ lib/quote.tcl Wed May 25 00:04:18 2005
@@ -23,7 +23,7 @@
return;
} else {
if {$quote(symlink)} {
- if [catch {file link -symbolic $mhProfile(path)/$folder/$msg $quote(filename)} err] {
+ if [catch {exec ln -s $mhProfile(path)/$folder/$msg $quote(filename)} err] {
Exmh_Debug "Quote_MakeFile: $err"
}
} else {