summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-07-28 15:15:40 +0000
committerKarl Berry <karl@freefriends.org>2012-07-28 15:15:40 +0000
commit92acb993a39825758c6f99417d1fc4cf00b0ae53 (patch)
tree468f9865debf273516b4546ec193ff07e44dca11 /Master/tlpkg
parent2c71c9d92117f7f1fe0d5bd6fe74922e50be0c86 (diff)
fontools (6jul12)
git-svn-id: svn://tug.org/texlive/trunk@27217 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index dca9757d20c..37e53c0d78f 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2865,7 +2865,7 @@ sub doscripts {
# update the copy in Build (the reason we do the bindir ones first).
&xmkdir ($builddir);
&SYSTEM ("$CP $DEST/scripts/$package/* $builddir/");
- chomp (my @scripts = `cd $builddir && ls`);
+ chomp (@scripts = `cd $builddir && ls`);
}
# then do the ones that go only under scripts/ and not in the bindirs.