mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
8e414a2d31
- Add $FreeBSD$ tag in patch files PR: ports/91007 Submitted by: maintainer
12 lines
235 B
Tcl
12 lines
235 B
Tcl
$FreeBSD$
|
|
--- 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
|