diff options
Diffstat (limited to 'textproc/tkxmlive/files/patch-interface.tcl')
-rw-r--r-- | textproc/tkxmlive/files/patch-interface.tcl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/tkxmlive/files/patch-interface.tcl b/textproc/tkxmlive/files/patch-interface.tcl new file mode 100644 index 000000000000..0d34ef9852df --- /dev/null +++ b/textproc/tkxmlive/files/patch-interface.tcl @@ -0,0 +1,10 @@ +--- interface.tcl Thu May 30 23:56:36 2002 ++++ interface.tcl.new Fri Feb 20 11:06:41 2004 +@@ -1,4 +1,6 @@ +-#!/usr/bin/wish ++#!/bin/sh ++# The next line restarts using %%WISH%% \ ++exec %%WISH%% "$0" + + + package require msgcat |