adc82069f3
The major highlights of this release are support for multiple rows of column headers, customization of column headers using styles, and better column spanning behavior. OK stu@, jasper@
15 lines
359 B
Plaintext
15 lines
359 B
Plaintext
$OpenBSD: patch-demos_demo_tcl,v 1.3 2011/10/30 07:38:50 sebastia Exp $
|
|
|
|
XXX hand-rolled; CVS keyword in patch
|
|
|
|
--- demos/demo.tcl.orig Wed Jun 8 21:27:44 2011
|
|
+++ demos/demo.tcl Wed Oct 12 18:09:25 2011
|
|
@@ -1,4 +1,6 @@
|
|
-#!/bin/wish84.exe
|
|
+#! /bin/sh
|
|
+# the next line restarts with tclsh \
|
|
+exec tclsh "$0" ${1+"$@"}
|
|
|
|
# Copyright (c) 2002-2011 Tim Baker
|
|
|