diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-25 22:15:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-25 22:15:36 +0000 |
commit | 7333c89e7a975c71d5c0c727a80e20d2b090d048 (patch) | |
tree | b70151fa0b44610e4204dfab54d9f32cf4761db6 /Build/source/texk/tests | |
parent | 87e7493a519d6a3947b306b40adc23bb8b954010 (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@50596 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tests')
-rw-r--r-- | Build/source/texk/tests/TeXLive/TLUtils.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/tests/TeXLive/TLUtils.pm b/Build/source/texk/tests/TeXLive/TLUtils.pm index 8c3be67da98..121b6db5f6e 100644 --- a/Build/source/texk/tests/TeXLive/TLUtils.pm +++ b/Build/source/texk/tests/TeXLive/TLUtils.pm @@ -5,7 +5,7 @@ package TeXLive::TLUtils; -my $svnrev = '$Revision: 50427 $'; +my $svnrev = '$Revision: 50493 $'; my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown"; sub module_revision { return $_modulerevision; } @@ -376,7 +376,7 @@ sub platform_desc { 'amd64-kfreebsd' => 'GNU/kFreeBSD on x86_64', 'amd64-netbsd' => 'NetBSD on x86_64', 'armel-linux' => 'GNU/Linux on ARM', - 'armhf-linux' => 'GNU/Linux on ARMv6 (RPi)', + 'armhf-linux' => 'GNU/Linux on ARMv6/RPi', 'hppa-hpux' => 'HP-UX', 'i386-cygwin' => 'Cygwin on Intel x86', 'i386-darwin' => 'MacOSX legacy (10.5-10.6) on Intel x86', |