f26b31718c
While there, update to version 2.3 OK landry@, stu@
13 lines
320 B
Plaintext
13 lines
320 B
Plaintext
$OpenBSD: patch-demos_demo_tcl,v 1.2 2011/01/05 17:57:00 sebastia Exp $
|
|
|
|
XXX hand-rolled; CVS keyword in patch
|
|
|
|
--- demos/demo.tcl.orig Sun May 17 20:35:58 2009
|
|
+++ demos/demo.tcl Fri Jul 9 11:01:42 2010
|
|
@@ -1,2 +1,4 @@
|
|
-#!/bin/wish84.exe
|
|
+#! /bin/sh
|
|
+# the next line restarts with tclsh \
|
|
+exec tclsh "$0" ${1+"$@"}
|
|
|