From 6b7984657951aba7aaf794c59ea1a17535e793b9 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 27 Sep 2018 15:05:00 +0000 Subject: make sure submods rev is set git-svn-id: svn://tug.org/texlive/trunk@48774 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-perltk.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/installer/install-menu-perltk.pl') diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index a8fd6338bb8..3a3aca2f8b9 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -11,7 +11,7 @@ $^W = 1; my $svnrev = '$Revision$'; $svnrev =~ m/: ([0-9]+) /; -$::menurevision = $1; +$::menurevision = ($1 ? $1 : 'unknown'); require Tk; require Tk::Dialog; -- cgit v1.2.3