From c1dff51fd505006fdc37f00001db6b43374f30b4 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 1 Nov 2009 03:02:08 +0000 Subject: add a "my" to one un-my-ed variable git-svn-id: svn://tug.org/texlive/trunk@15922 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 7a2f094957c..48516389cba 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -450,7 +450,7 @@ output as first element and the return value (exit code) as second. sub run_cmd { my $cmd = shift; my $output = `$cmd`; - $retval = $?; + my $retval = $?; if ($retval != 0) { $retval /= 256 if $retval > 0; } -- cgit v1.2.3