texlive[58146] Master/texmf-dist/scripts/tlshell/tlshell.tcl: Hack to

commits+siepo at tug.org commits+siepo at tug.org
Fri Mar 5 12:23:36 CET 2021


Revision: 58146
          http://tug.org/svn/texlive?view=revision&revision=58146
Author:   siepo
Date:     2021-03-05 12:23:36 +0100 (Fri, 05 Mar 2021)
Log Message:
-----------
Hack to suppress deprecation warning on MacOS

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/tlshell/tlshell.tcl

Modified: trunk/Master/texmf-dist/scripts/tlshell/tlshell.tcl
===================================================================
--- trunk/Master/texmf-dist/scripts/tlshell/tlshell.tcl	2021-03-05 08:11:33 UTC (rev 58145)
+++ trunk/Master/texmf-dist/scripts/tlshell/tlshell.tcl	2021-03-05 11:23:36 UTC (rev 58146)
@@ -1,6 +1,8 @@
-#!/usr/bin/env wish
+#!/bin/sh
+# next line ignored by wish but not by sh \
+TK_SILENCE_DEPRECATION=1 exec wish "$0" "$@"
 
-# Copyright 2017-2020 Siep Kroonenberg
+# Copyright 2017-2021 Siep Kroonenberg
 
 # This file is licensed under the GNU General Public License version 2
 # or any later version.



More information about the tex-live-commits mailing list.