diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-16 23:14:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-16 23:14:13 +0000 |
commit | c34d7811fa0e8cbe77c0625c5720c1821b242d52 (patch) | |
tree | 94535d4e2b1845e64afa55c6cc1d470c7b551e23 /Master/tlpkg | |
parent | 172eddb635379ff047035e8a5fdc0e436711bd97 (diff) |
merriweather
git-svn-id: svn://tug.org/texlive/trunk@34263 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index 7f857c1fe02..430e83a85c0 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -135,6 +135,9 @@ if test -n "`find -name \*\ \*`"; then exit 1 fi +# check for file names differing in case only. +find $refroot \( -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 \ | tee ${TMPDIR-/tmp}/ctan2tl.files |