From de8e7543914c12f2450a688d2494c8b3f2014cb3 Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Fri, 5 Mar 2021 11:23:36 +0000 Subject: Hack to suppress deprecation warning on MacOS git-svn-id: svn://tug.org/texlive/trunk@58146 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/tlshell/tlshell.tcl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/scripts/tlshell/tlshell.tcl b/Master/texmf-dist/scripts/tlshell/tlshell.tcl index 1afe782355b..c81a713f360 100755 --- a/Master/texmf-dist/scripts/tlshell/tlshell.tcl +++ b/Master/texmf-dist/scripts/tlshell/tlshell.tcl @@ -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. -- cgit v1.2.3