1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Author: Andreas Tille <tille@debian.org>
Last-Update: 2014-01-20
Description: Debian has /usr/bin/wish
--- a/tk_utils/help_ext.tcl
+++ b/tk_utils/help_ext.tcl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/wish4.0
+#!/usr/bin/wish
#
# Copyright (c) 1995 Medical Research Council, Laboratory of Molecular Biology.
# All rights reserved.
--- a/tk_utils/help_galeon.tcl
+++ b/tk_utils/help_galeon.tcl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/wish4.0
+#!/usr/bin/wish
#
# Copyright (c) 1995 Medical Research Council, Laboratory of Molecular Biology.
# All rights reserved.
--- a/tk_utils/help_int.tcl
+++ b/tk_utils/help_int.tcl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/wish4.0
+#!/usr/bin/wish
#
# Copyright (c) 1995 Medical Research Council, Laboratory of Molecular Biology.
# All rights reserved.
--- a/tk_utils/help_netscape.tcl
+++ b/tk_utils/help_netscape.tcl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/wish4.0
+#!/usr/bin/wish
#
# Copyright (c) 1995 Medical Research Council, Laboratory of Molecular Biology.
# All rights reserved.
|