mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
Tcl/TK XML Intelligence Visual Editor WWW: http://tkxmlive.sourceforge.netTcl/ PR: ports/70846 Submitted by: Nicola Vitale <nivit@email.it>
10 lines
225 B
Tcl
10 lines
225 B
Tcl
--- 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
|