File tklib-examples-patch of Package tklib
diff -rupN tklib-0.6/examples/canvas/city.tcl tklib-0.6-new/examples/canvas/city.tcl
--- tklib-0.6/examples/canvas/city.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/canvas/city.tcl 2017-09-11 15:11:04.146736801 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# ### ### ### ######### ######### #########
diff -rupN tklib-0.6/examples/canvas/crosshairs_for_axes.tcl tklib-0.6-new/examples/canvas/crosshairs_for_axes.tcl
--- tklib-0.6/examples/canvas/crosshairs_for_axes.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/canvas/crosshairs_for_axes.tcl 2017-09-11 15:11:04.150736710 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/canvas/crosshairs_for_multixyplot.tcl tklib-0.6-new/examples/canvas/crosshairs_for_multixyplot.tcl
--- tklib-0.6/examples/canvas/crosshairs_for_multixyplot.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/canvas/crosshairs_for_multixyplot.tcl 2017-09-11 15:11:04.170736253 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/canvas/crosshairs_scaled.tcl tklib-0.6-new/examples/canvas/crosshairs_scaled.tcl
--- tklib-0.6/examples/canvas/crosshairs_scaled.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/canvas/crosshairs_scaled.tcl 2017-09-11 15:11:04.138736984 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/canvas/demo_draghigh.tcl tklib-0.6-new/examples/canvas/demo_draghigh.tcl
--- tklib-0.6/examples/canvas/demo_draghigh.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/canvas/demo_draghigh.tcl 2017-09-11 15:11:56.317543020 +0200
@@ -1,4 +1,4 @@
-#!/bin/env tclsh8.5
+#!/usr/bin/tclsh
# -*- tcl -*-
# # ## ### ##### ######## ############# #####################
# demo_draghigh.tcl --
diff -rupN tklib-0.6/examples/canvas/demo_editpoints.tcl tklib-0.6-new/examples/canvas/demo_editpoints.tcl
--- tklib-0.6/examples/canvas/demo_editpoints.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/canvas/demo_editpoints.tcl 2017-09-11 15:13:15.283736092 +0200
@@ -1,4 +1,4 @@
-#!/bin/env tclsh8.5
+#!/usr/bin/tclsh
# -*- tcl -*-
# # ## ### ##### ######## ############# #####################
# demo_editpoints.tcl --
diff -rupN tklib-0.6/examples/canvas/demo_editpoly.tcl tklib-0.6-new/examples/canvas/demo_editpoly.tcl
--- tklib-0.6/examples/canvas/demo_editpoly.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/canvas/demo_editpoly.tcl 2017-09-11 15:12:08.773258005 +0200
@@ -1,4 +1,4 @@
-#!/bin/env tclsh8.5
+#!/usr/bin/tclsh
# -*- tcl -*-
# # ## ### ##### ######## ############# #####################
# demo_editpoly.tcl --
diff -rupN tklib-0.6/examples/canvas/demo_editquadconvex.tcl tklib-0.6-new/examples/canvas/demo_editquadconvex.tcl
--- tklib-0.6/examples/canvas/demo_editquadconvex.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/canvas/demo_editquadconvex.tcl 2017-09-11 15:12:17.629055365 +0200
@@ -1,4 +1,4 @@
-#!/bin/env tclsh8.5
+#!/usr/bin/tclsh
# -*- tcl -*-
# # ## ### ##### ######## ############# #####################
# demo_ceditquad.tcl --
diff -rupN tklib-0.6/examples/canvas/demo_editquad.tcl tklib-0.6-new/examples/canvas/demo_editquad.tcl
--- tklib-0.6/examples/canvas/demo_editquad.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/canvas/demo_editquad.tcl 2017-09-11 15:11:44.137821719 +0200
@@ -1,4 +1,4 @@
-#!/bin/env tclsh8.5
+#!/usr/bin/tclsh
# -*- tcl -*-
# # ## ### ##### ######## ############# #####################
# demo_editquad.tcl --
diff -rupN tklib-0.6/examples/canvas/osm.tcl tklib-0.6-new/examples/canvas/osm.tcl
--- tklib-0.6/examples/canvas/osm.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/canvas/osm.tcl 2017-09-11 15:13:00.032085085 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh8.5
+#!/usr/bin/tclsh
## -*- tcl -*-
# ### ### ### ######### ######### #########
diff -rupN tklib-0.6/examples/canvas/puzzle.tcl tklib-0.6-new/examples/canvas/puzzle.tcl
--- tklib-0.6/examples/canvas/puzzle.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/canvas/puzzle.tcl 2017-09-11 15:11:04.178736070 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# ### ### ### ######### ######### #########
diff -rupN tklib-0.6/examples/controlwidget/demo-meters.tcl tklib-0.6-new/examples/controlwidget/demo-meters.tcl
--- tklib-0.6/examples/controlwidget/demo-meters.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/controlwidget/demo-meters.tcl 2017-09-11 15:11:04.082738265 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/controlwidget/demo-rdial.tcl tklib-0.6-new/examples/controlwidget/demo-rdial.tcl
--- tklib-0.6/examples/controlwidget/demo-rdial.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/controlwidget/demo-rdial.tcl 2017-09-11 15:11:04.074738449 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/controlwidget/demo-tachometer.tcl tklib-0.6-new/examples/controlwidget/demo-tachometer.tcl
--- tklib-0.6/examples/controlwidget/demo-tachometer.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/controlwidget/demo-tachometer.tcl 2017-09-11 15:11:04.094737992 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/controlwidget/demo-voltmeter.tcl tklib-0.6-new/examples/controlwidget/demo-voltmeter.tcl
--- tklib-0.6/examples/controlwidget/demo-voltmeter.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/controlwidget/demo-voltmeter.tcl 2017-09-11 15:11:04.090738082 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/controlwidget/run.tcl tklib-0.6-new/examples/controlwidget/run.tcl
--- tklib-0.6/examples/controlwidget/run.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/controlwidget/run.tcl 2017-09-11 15:11:04.098737899 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/mentry/datetime1.tcl tklib-0.6-new/examples/mentry/datetime1.tcl
--- tklib-0.6/examples/mentry/datetime1.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/mentry/datetime1.tcl 2017-09-11 15:11:04.202735520 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
#==============================================================================
# Demo: mentry::dateMentry, mentry::timeMentry, mentry::putClockVal,
diff -rupN tklib-0.6/examples/mentry/datetime1_tile.tcl tklib-0.6-new/examples/mentry/datetime1_tile.tcl
--- tklib-0.6/examples/mentry/datetime1_tile.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/mentry/datetime1_tile.tcl 2017-09-11 15:11:04.210735336 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
#==============================================================================
# Demo: mentry::dateMentry, mentry::timeMentry, mentry::putClockVal,
diff -rupN tklib-0.6/examples/mentry/datetime2.tcl tklib-0.6-new/examples/mentry/datetime2.tcl
--- tklib-0.6/examples/mentry/datetime2.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/mentry/datetime2.tcl 2017-09-11 15:11:04.202735520 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
#==============================================================================
# Demo: mentry::dateTimeMentry, mentry::putClockVal, mentry::getClockVal.
diff -rupN tklib-0.6/examples/mentry/datetime2_tile.tcl tklib-0.6-new/examples/mentry/datetime2_tile.tcl
--- tklib-0.6/examples/mentry/datetime2_tile.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/mentry/datetime2_tile.tcl 2017-09-11 15:11:04.234734788 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
#==============================================================================
# Demo: mentry::dateMentry, mentry::putClockVal, mentry::getClockVal.
diff -rupN tklib-0.6/examples/mentry/ethernetaddr.tcl tklib-0.6-new/examples/mentry/ethernetaddr.tcl
--- tklib-0.6/examples/mentry/ethernetaddr.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/mentry/ethernetaddr.tcl 2017-09-11 15:11:04.226734971 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
#==============================================================================
# Demonstrates how to implement a multi-entry widget for Ethernet addresses.
diff -rupN tklib-0.6/examples/mentry/ethernetaddr_tile.tcl tklib-0.6-new/examples/mentry/ethernetaddr_tile.tcl
--- tklib-0.6/examples/mentry/ethernetaddr_tile.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/mentry/ethernetaddr_tile.tcl 2017-09-11 15:11:04.214735246 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
#==============================================================================
# Demonstrates how to implement a multi-entry widget for Ethernet addresses.
diff -rupN tklib-0.6/examples/mentry/phonenumber.tcl tklib-0.6-new/examples/mentry/phonenumber.tcl
--- tklib-0.6/examples/mentry/phonenumber.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/mentry/phonenumber.tcl 2017-09-11 15:11:04.230734879 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
#==============================================================================
# Demonstrates how to implement a multi-entry widget for 10-digit phone numbers.
diff -rupN tklib-0.6/examples/mentry/phonenumber_tile.tcl tklib-0.6-new/examples/mentry/phonenumber_tile.tcl
--- tklib-0.6/examples/mentry/phonenumber_tile.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/mentry/phonenumber_tile.tcl 2017-09-11 15:11:04.222735062 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
#==============================================================================
# Demonstrates how to implement a multi-entry widget for 10-digit phone numbers.
diff -rupN tklib-0.6/examples/menubar/demo.tcl tklib-0.6-new/examples/menubar/demo.tcl
--- tklib-0.6/examples/menubar/demo.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/menubar/demo.tcl 2017-09-11 15:11:04.102737808 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tcl 8.6
diff -rupN tklib-0.6/examples/ntext/ntextDemoBindings.tcl tklib-0.6-new/examples/ntext/ntextDemoBindings.tcl
--- tklib-0.6/examples/ntext/ntextDemoBindings.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/ntext/ntextDemoBindings.tcl 2017-09-11 15:11:04.066738632 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
# Copyright (c) 2005-2007 Keith Nash.
#
diff -rupN tklib-0.6/examples/ntext/ntextDemoIndent.tcl tklib-0.6-new/examples/ntext/ntextDemoIndent.tcl
--- tklib-0.6/examples/ntext/ntextDemoIndent.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/ntext/ntextDemoIndent.tcl 2017-09-11 15:11:04.042739181 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
# Copyright (c) 2005-2007 Keith Nash.
#
diff -rupN tklib-0.6/examples/ntext/ntextExample.tcl tklib-0.6-new/examples/ntext/ntextExample.tcl
--- tklib-0.6/examples/ntext/ntextExample.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/ntext/ntextExample.tcl 2017-09-11 15:11:04.050738997 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/plotchart/demo.tcl tklib-0.6-new/examples/plotchart/demo.tcl
--- tklib-0.6/examples/plotchart/demo.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/demo.tcl 2017-09-11 15:11:04.406730851 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/plotchart/editgraph.tcl tklib-0.6-new/examples/plotchart/editgraph.tcl
--- tklib-0.6/examples/plotchart/editgraph.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/editgraph.tcl 2017-09-11 15:11:04.362731858 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/plotchart/plotdemos10.tcl tklib-0.6-new/examples/plotchart/plotdemos10.tcl
--- tklib-0.6/examples/plotchart/plotdemos10.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos10.tcl 2017-09-11 15:11:04.310733049 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/plotchart/plotdemos11.tcl tklib-0.6-new/examples/plotchart/plotdemos11.tcl
--- tklib-0.6/examples/plotchart/plotdemos11.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos11.tcl 2017-09-11 15:11:04.334732499 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/plotchart/plotdemos12.tcl tklib-0.6-new/examples/plotchart/plotdemos12.tcl
--- tklib-0.6/examples/plotchart/plotdemos12.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos12.tcl 2017-09-11 15:11:04.242734605 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/plotchart/plotdemos13.tcl tklib-0.6-new/examples/plotchart/plotdemos13.tcl
--- tklib-0.6/examples/plotchart/plotdemos13.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos13.tcl 2017-09-11 15:11:04.326732682 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/plotchart/plotdemos14.tcl tklib-0.6-new/examples/plotchart/plotdemos14.tcl
--- tklib-0.6/examples/plotchart/plotdemos14.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos14.tcl 2017-09-11 15:11:04.370731675 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/plotchart/plotdemos15.tcl tklib-0.6-new/examples/plotchart/plotdemos15.tcl
--- tklib-0.6/examples/plotchart/plotdemos15.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos15.tcl 2017-09-11 15:11:04.422730486 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/plotchart/plotdemos16.tcl tklib-0.6-new/examples/plotchart/plotdemos16.tcl
--- tklib-0.6/examples/plotchart/plotdemos16.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos16.tcl 2017-09-11 15:11:04.346732225 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/plotchart/plotdemos17.tcl tklib-0.6-new/examples/plotchart/plotdemos17.tcl
--- tklib-0.6/examples/plotchart/plotdemos17.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos17.tcl 2017-09-11 15:11:04.254734331 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/plotchart/plotdemos18.tcl tklib-0.6-new/examples/plotchart/plotdemos18.tcl
--- tklib-0.6/examples/plotchart/plotdemos18.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos18.tcl 2017-09-11 15:11:04.402730944 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/plotchart/plotdemos1.tcl tklib-0.6-new/examples/plotchart/plotdemos1.tcl
--- tklib-0.6/examples/plotchart/plotdemos1.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos1.tcl 2017-09-11 15:11:04.270733964 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tcl 8.5
diff -rupN tklib-0.6/examples/plotchart/plotdemos2.tcl tklib-0.6-new/examples/plotchart/plotdemos2.tcl
--- tklib-0.6/examples/plotchart/plotdemos2.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos2.tcl 2017-09-11 15:11:04.434730211 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tcl 8.4
diff -rupN tklib-0.6/examples/plotchart/plotdemos3.tcl tklib-0.6-new/examples/plotchart/plotdemos3.tcl
--- tklib-0.6/examples/plotchart/plotdemos3.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos3.tcl 2017-09-11 15:11:04.382731401 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tcl 8.4
diff -rupN tklib-0.6/examples/plotchart/plotdemos4.tcl tklib-0.6-new/examples/plotchart/plotdemos4.tcl
--- tklib-0.6/examples/plotchart/plotdemos4.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos4.tcl 2017-09-11 15:11:04.298733324 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tcl 8.4
diff -rupN tklib-0.6/examples/plotchart/plotdemos5.tcl tklib-0.6-new/examples/plotchart/plotdemos5.tcl
--- tklib-0.6/examples/plotchart/plotdemos5.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos5.tcl 2017-09-11 15:11:04.266734055 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tcl 8.4
diff -rupN tklib-0.6/examples/plotchart/plotdemos6.tcl tklib-0.6-new/examples/plotchart/plotdemos6.tcl
--- tklib-0.6/examples/plotchart/plotdemos6.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos6.tcl 2017-09-11 15:11:04.246734512 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tcl 8.4
diff -rupN tklib-0.6/examples/plotchart/plotdemos7.tcl tklib-0.6-new/examples/plotchart/plotdemos7.tcl
--- tklib-0.6/examples/plotchart/plotdemos7.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos7.tcl 2017-09-11 15:11:04.398731035 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# plotdemos7.tcl --
diff -rupN tklib-0.6/examples/plotchart/plotdemos8.tcl tklib-0.6-new/examples/plotchart/plotdemos8.tcl
--- tklib-0.6/examples/plotchart/plotdemos8.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos8.tcl 2017-09-11 15:11:04.430730303 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tcl 8.4
diff -rupN tklib-0.6/examples/plotchart/plotdemos9.tcl tklib-0.6-new/examples/plotchart/plotdemos9.tcl
--- tklib-0.6/examples/plotchart/plotdemos9.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plotdemos9.tcl 2017-09-11 15:11:04.394731127 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# plotdemos9.tcl --
diff -rupN tklib-0.6/examples/plotchart/plothist.tcl tklib-0.6-new/examples/plotchart/plothist.tcl
--- tklib-0.6/examples/plotchart/plothist.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/plothist.tcl 2017-09-11 15:11:04.418730577 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tcl 8.4
diff -rupN tklib-0.6/examples/plotchart/rosenbrock.tcl tklib-0.6-new/examples/plotchart/rosenbrock.tcl
--- tklib-0.6/examples/plotchart/rosenbrock.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/rosenbrock.tcl 2017-09-11 15:11:04.358731951 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
#
diff -rupN tklib-0.6/examples/plotchart/scope.tcl tklib-0.6-new/examples/plotchart/scope.tcl
--- tklib-0.6/examples/plotchart/scope.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/scope.tcl 2017-09-11 15:11:04.390731218 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# scope.tcl --
diff -rupN tklib-0.6/examples/plotchart/slidercnv.tcl tklib-0.6-new/examples/plotchart/slidercnv.tcl
--- tklib-0.6/examples/plotchart/slidercnv.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/slidercnv.tcl 2017-09-11 15:11:04.330732592 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# slidercnv.tcl --
diff -rupN tklib-0.6/examples/plotchart/test-convex.tcl tklib-0.6-new/examples/plotchart/test-convex.tcl
--- tklib-0.6/examples/plotchart/test-convex.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/test-convex.tcl 2017-09-11 15:11:04.410730760 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Plotchart
diff -rupN tklib-0.6/examples/plotchart/testdots.tcl tklib-0.6-new/examples/plotchart/testdots.tcl
--- tklib-0.6/examples/plotchart/testdots.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/testdots.tcl 2017-09-11 15:11:04.366731768 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# testdots.tcl --
diff -rupN tklib-0.6/examples/plotchart/testfunc.tcl tklib-0.6-new/examples/plotchart/testfunc.tcl
--- tklib-0.6/examples/plotchart/testfunc.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/testfunc.tcl 2017-09-11 15:11:04.302733231 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/plotchart/test-histogram.tcl tklib-0.6-new/examples/plotchart/test-histogram.tcl
--- tklib-0.6/examples/plotchart/test-histogram.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/test-histogram.tcl 2017-09-11 15:11:04.250734421 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# test-histogram.tcl --
# Example of a histogram plot with filled background
diff -rupN tklib-0.6/examples/plotchart/test_legend.tcl tklib-0.6-new/examples/plotchart/test_legend.tcl
--- tklib-0.6/examples/plotchart/test_legend.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/test_legend.tcl 2017-09-11 15:11:04.258734238 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tcl 8.5
diff -rupN tklib-0.6/examples/plotchart/testmask.tcl tklib-0.6-new/examples/plotchart/testmask.tcl
--- tklib-0.6/examples/plotchart/testmask.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/testmask.tcl 2017-09-11 15:11:04.374731585 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# testmask.tcl --
diff -rupN tklib-0.6/examples/plotchart/testmultiplexy.tcl tklib-0.6-new/examples/plotchart/testmultiplexy.tcl
--- tklib-0.6/examples/plotchart/testmultiplexy.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/testmultiplexy.tcl 2017-09-11 15:11:04.350732133 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# testmultiplexy.tcl --
diff -rupN tklib-0.6/examples/plotchart/testmultixy.tcl tklib-0.6-new/examples/plotchart/testmultixy.tcl
--- tklib-0.6/examples/plotchart/testmultixy.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/testmultixy.tcl 2017-09-11 15:11:04.354732042 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# testmultixy.tcl --
diff -rupN tklib-0.6/examples/plotchart/testneedle.tcl tklib-0.6-new/examples/plotchart/testneedle.tcl
--- tklib-0.6/examples/plotchart/testneedle.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/testneedle.tcl 2017-09-11 15:11:04.286733597 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# testneedle.tcl --
diff -rupN tklib-0.6/examples/plotchart/testshadexy.tcl tklib-0.6-new/examples/plotchart/testshadexy.tcl
--- tklib-0.6/examples/plotchart/testshadexy.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/testshadexy.tcl 2017-09-11 15:11:04.278733781 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# testshadexy.tcl --
diff -rupN tklib-0.6/examples/plotchart/test-spiralpie.tcl tklib-0.6-new/examples/plotchart/test-spiralpie.tcl
--- tklib-0.6/examples/plotchart/test-spiralpie.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/test-spiralpie.tcl 2017-09-11 15:11:04.338732409 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# test-spiralpie.tcl --
diff -rupN tklib-0.6/examples/plotchart/test_stripchart.tcl tklib-0.6-new/examples/plotchart/test_stripchart.tcl
--- tklib-0.6/examples/plotchart/test_stripchart.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/test_stripchart.tcl 2017-09-11 15:11:04.442730029 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# test_stripchart.tcl --
diff -rupN tklib-0.6/examples/plotchart/testtable.tcl tklib-0.6-new/examples/plotchart/testtable.tcl
--- tklib-0.6/examples/plotchart/testtable.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/testtable.tcl 2017-09-11 15:11:04.414730670 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# testtable.tcl --
# Small program to test the table chart
diff -rupN tklib-0.6/examples/plotchart/test_ternary.tcl tklib-0.6-new/examples/plotchart/test_ternary.tcl
--- tklib-0.6/examples/plotchart/test_ternary.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/test_ternary.tcl 2017-09-11 15:11:04.382731401 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/plotchart/testtxplot.tcl tklib-0.6-new/examples/plotchart/testtxplot.tcl
--- tklib-0.6/examples/plotchart/testtxplot.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/testtxplot.tcl 2017-09-11 15:11:04.290733507 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tcl 8.4
diff -rupN tklib-0.6/examples/plotchart/testxypie.tcl tklib-0.6-new/examples/plotchart/testxypie.tcl
--- tklib-0.6/examples/plotchart/testxypie.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/testxypie.tcl 2017-09-11 15:11:04.322732774 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# testxypie.tcl --
diff -rupN tklib-0.6/examples/plotchart/timeinxyplot.tcl tklib-0.6-new/examples/plotchart/timeinxyplot.tcl
--- tklib-0.6/examples/plotchart/timeinxyplot.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/timeinxyplot.tcl 2017-09-11 15:11:04.274733872 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
package require Tcl 8.5
diff -rupN tklib-0.6/examples/plotchart/xyplot_demo.tcl tklib-0.6-new/examples/plotchart/xyplot_demo.tcl
--- tklib-0.6/examples/plotchart/xyplot_demo.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/plotchart/xyplot_demo.tcl 2017-09-11 15:11:04.306733140 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
## -*- tcl -*-
# xyplot_demo.tcl --
diff -rupN tklib-0.6/examples/tablelist/bwidget.tcl tklib-0.6-new/examples/tablelist/bwidget.tcl
--- tklib-0.6/examples/tablelist/bwidget.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/tablelist/bwidget.tcl 2017-09-11 15:11:04.490728929 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
#==============================================================================
# Demonstrates the interactive tablelist cell editing with the aid of some
diff -rupN tklib-0.6/examples/tablelist/bwidget_tile.tcl tklib-0.6-new/examples/tablelist/bwidget_tile.tcl
--- tklib-0.6/examples/tablelist/bwidget_tile.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/tablelist/bwidget_tile.tcl 2017-09-11 15:11:04.518728289 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
#==============================================================================
# Demonstrates the interactive tablelist cell editing with the aid of some
diff -rupN tklib-0.6/examples/tablelist/dirViewer.tcl tklib-0.6-new/examples/tablelist/dirViewer.tcl
--- tklib-0.6/examples/tablelist/dirViewer.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/tablelist/dirViewer.tcl 2017-09-11 15:11:04.478729205 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
#==============================================================================
# Demonstrates how to use a tablelist widget for displaying the contents of a
diff -rupN tklib-0.6/examples/tablelist/dirViewer_tile.tcl tklib-0.6-new/examples/tablelist/dirViewer_tile.tcl
--- tklib-0.6/examples/tablelist/dirViewer_tile.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/tablelist/dirViewer_tile.tcl 2017-09-11 15:11:04.458729663 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
#==============================================================================
# Demonstrates how to use a tablelist widget for displaying the contents of a
diff -rupN tklib-0.6/examples/tablelist/embeddedWindows.tcl tklib-0.6-new/examples/tablelist/embeddedWindows.tcl
--- tklib-0.6/examples/tablelist/embeddedWindows.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/tablelist/embeddedWindows.tcl 2017-09-11 15:11:04.454729753 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
#==============================================================================
# Demonstrates the use of embedded windows in tablelist widgets.
diff -rupN tklib-0.6/examples/tablelist/embeddedWindows_tile.tcl tklib-0.6-new/examples/tablelist/embeddedWindows_tile.tcl
--- tklib-0.6/examples/tablelist/embeddedWindows_tile.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/tablelist/embeddedWindows_tile.tcl 2017-09-11 15:11:04.470729388 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
#==============================================================================
# Demonstrates the use of embedded windows in tablelist widgets.
diff -rupN tklib-0.6/examples/tablelist/iwidgets.tcl tklib-0.6-new/examples/tablelist/iwidgets.tcl
--- tklib-0.6/examples/tablelist/iwidgets.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/tablelist/iwidgets.tcl 2017-09-11 15:11:04.450729846 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
#==============================================================================
# Demonstrates the interactive tablelist cell editing with the aid of some
diff -rupN tklib-0.6/examples/tablelist/iwidgets_tile.tcl tklib-0.6-new/examples/tablelist/iwidgets_tile.tcl
--- tklib-0.6/examples/tablelist/iwidgets_tile.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/tablelist/iwidgets_tile.tcl 2017-09-11 15:11:04.486729022 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
#==============================================================================
# Demonstrates the interactive tablelist cell editing with the aid of some
diff -rupN tklib-0.6/examples/tablelist/miscWidgets.tcl tklib-0.6-new/examples/tablelist/miscWidgets.tcl
--- tklib-0.6/examples/tablelist/miscWidgets.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/tablelist/miscWidgets.tcl 2017-09-11 15:11:04.446729936 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
#==============================================================================
# Demonstrates the interactive tablelist cell editing with the aid of Bryan
diff -rupN tklib-0.6/examples/tablelist/miscWidgets_tile.tcl tklib-0.6-new/examples/tablelist/miscWidgets_tile.tcl
--- tklib-0.6/examples/tablelist/miscWidgets_tile.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/tablelist/miscWidgets_tile.tcl 2017-09-11 15:11:04.498728748 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
#==============================================================================
# Demonstrates the interactive tablelist cell editing with the aid of Bryan
diff -rupN tklib-0.6/examples/tablelist/styles.tcl tklib-0.6-new/examples/tablelist/styles.tcl
--- tklib-0.6/examples/tablelist/styles.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/tablelist/styles.tcl 2017-09-11 15:11:04.462729570 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
#==============================================================================
# Demonstrates some ways of improving the look & feel of a tablelist widget.
diff -rupN tklib-0.6/examples/tablelist/styles_tile.tcl tklib-0.6-new/examples/tablelist/styles_tile.tcl
--- tklib-0.6/examples/tablelist/styles_tile.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/tablelist/styles_tile.tcl 2017-09-11 15:11:04.502728655 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
#==============================================================================
# Demonstrates some ways of improving the look & feel of a tablelist widget.
diff -rupN tklib-0.6/examples/tablelist/tileWidgets.tcl tklib-0.6-new/examples/tablelist/tileWidgets.tcl
--- tklib-0.6/examples/tablelist/tileWidgets.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/tablelist/tileWidgets.tcl 2017-09-11 15:11:04.514728381 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
#==============================================================================
# Demonstrates the interactive tablelist cell editing with the aid of some
diff -rupN tklib-0.6/examples/tkpiechart/demo.tcl tklib-0.6-new/examples/tkpiechart/demo.tcl
--- tklib-0.6/examples/tkpiechart/demo.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/tkpiechart/demo.tcl 2017-09-11 15:11:04.194735703 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
package require Tk
diff -rupN tklib-0.6/examples/wcb/entrytest.tcl tklib-0.6-new/examples/wcb/entrytest.tcl
--- tklib-0.6/examples/wcb/entrytest.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/wcb/entrytest.tcl 2017-09-11 15:11:04.114737534 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
#==============================================================================
# Demo: wcb::callback <entry> before insert <callback> ...
diff -rupN tklib-0.6/examples/wcb/listboxtest1.tcl tklib-0.6-new/examples/wcb/listboxtest1.tcl
--- tklib-0.6/examples/wcb/listboxtest1.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/wcb/listboxtest1.tcl 2017-09-11 15:11:04.106737716 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
#==============================================================================
# Demo: wcb::callback <listbox> before selset <callback>
diff -rupN tklib-0.6/examples/wcb/listboxtest2.tcl tklib-0.6-new/examples/wcb/listboxtest2.tcl
--- tklib-0.6/examples/wcb/listboxtest2.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/wcb/listboxtest2.tcl 2017-09-11 15:11:04.118737442 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
#==============================================================================
# Demo: wcb::callback <listbox> before activate <callback>
diff -rupN tklib-0.6/examples/wcb/texttest1.tcl tklib-0.6-new/examples/wcb/texttest1.tcl
--- tklib-0.6/examples/wcb/texttest1.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/wcb/texttest1.tcl 2017-09-11 15:11:04.126737258 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
#==============================================================================
# Demo: wcb::callback <text> before insert <callback> ...
diff -rupN tklib-0.6/examples/wcb/texttest2.tcl tklib-0.6-new/examples/wcb/texttest2.tcl
--- tklib-0.6/examples/wcb/texttest2.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/wcb/texttest2.tcl 2017-09-11 15:11:04.130737168 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env wish
+#!/usr/bin/wish
## -*- tcl -*-
#==============================================================================
# Demo: wcb::callback <text> before insert <callback> ...
diff -rupN tklib-0.6/examples/widget/screenruler.tcl tklib-0.6-new/examples/widget/screenruler.tcl
--- tklib-0.6/examples/widget/screenruler.tcl 2015-04-22 12:44:11.000000000 +0200
+++ tklib-0.6-new/examples/widget/screenruler.tcl 2017-09-11 15:11:04.106737716 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/usr/bin/tclsh
package require Tk 8.4
set noimg [catch {package require img::png}] ; # for saving images