summaryrefslogtreecommitdiffstats
path: root/mail/exmh2/files/patch-lib-quote.tcl
blob: 14f78ff7ed1980742885d433415e1ebf4aad9755 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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 {
OpenPOWER on IntegriCloud