summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-install-pkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-23 16:38:13 +0000
committerKarl Berry <karl@freefriends.org>2015-05-23 16:38:13 +0000
commit3869a436a3e7179188d9e9f1424bf15777d9b455 (patch)
treed083106ba71a474cf9b2dd4bd5ade108232995aa /Master/tlpkg/bin/tl-update-install-pkg
parent5a0dee160199157151c8c855f4857eb5cc570548 (diff)
allow for making just devsource; typos
git-svn-id: svn://tug.org/texlive/trunk@37483 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-install-pkg')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-install-pkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-install-pkg b/Master/tlpkg/bin/tl-update-install-pkg
index 453ad9655a5..158b63b913d 100755
--- a/Master/tlpkg/bin/tl-update-install-pkg
+++ b/Master/tlpkg/bin/tl-update-install-pkg
@@ -1,14 +1,14 @@
#!/usr/bin/env perl
# $Id$
#
-# Copyright 2008, 2009, 2013, 2014
+# Copyright 2008, 2009, 2013, 2014, 2015
# Reinhard Kotucha, Norbert Preining, Karl Berry
# This file is licensed under the GNU General Public License version 2
# or any later version.
# This script creates the zip (everything) and exe (everything, made
# with nsi) and tgz (omits windows files) files that are how users
-# install TL over thenet. Invoked from tl-update-tlnet.
+# install TL over the net. Invoked from tl-update-tlnet.
BEGIN {
$^W = 1;