summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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.