blob: 77f7301901dc68d8999cd9af084aa7ee2b5fb1d5 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|