diff options
Diffstat (limited to 'time/remind/patches/patch-ad')
-rw-r--r-- | time/remind/patches/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/time/remind/patches/patch-ad b/time/remind/patches/patch-ad new file mode 100644 index 00000000000..77f7301901d --- /dev/null +++ b/time/remind/patches/patch-ad @@ -0,0 +1,11 @@ +$NetBSD: patch-ad,v 1.1.1.1 2000/12/17 23:32:11 wiz Exp $ + +--- scripts/cm2rem.tcl.orig Thu Feb 17 22:45:38 2000 ++++ scripts/cm2rem.tcl Sun Apr 30 23:32:07 2000 +@@ -17,5 +17,5 @@ + + # the next line restarts using tclsh \ +-exec tclsh "$0" "$@" ++exec @TCLSH@ "$0" "$@" + + set i 0 |