summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl
index 430e83a85c0..4eba4477b8e 100755
--- a/Master/tlpkg/bin/ctan2tl
+++ b/Master/tlpkg/bin/ctan2tl
@@ -136,7 +136,7 @@ if test -n "`find -name \*\ \*`"; then
fi
# check for file names differing in case only.
-find $refroot \( -name .svn \) -prune -o -print | sort -f | uniq -i -d >&2
+find $pkg \( -name .svn \) -prune -o -print | sort -f | uniq -i -d >&2
# show list of files (and tee to tmp).
find $pkg \! -type d -printf "%TY%Tm%Td.%TH%TM %p\n" | sort -k2 \