[Debian-tex-commits] SVN tex-common commit + diffs: r5123 - tex-common/branches/v3/scripts

Norbert Preining preining at alioth.debian.org
Sun Mar 4 12:55:12 UTC 2012


Author: preining
Date: 2012-03-04 12:55:11 +0000 (Sun, 04 Mar 2012)
New Revision: 5123

Modified:
   tex-common/branches/v3/scripts/update-texmf
Log:
us find instead of ls -1 to find \.cnf files in /etc/texmf/texmf.d


Modified: tex-common/branches/v3/scripts/update-texmf
===================================================================
--- tex-common/branches/v3/scripts/update-texmf	2012-03-04 12:36:15 UTC (rev 5122)
+++ tex-common/branches/v3/scripts/update-texmf	2012-03-04 12:55:11 UTC (rev 5123)
@@ -36,7 +36,7 @@
   exit 1
 fi
 
-CNFFILES=`/bin/ls -1 ${CNFDIR}/*.cnf`
+CNFFILES=`find ${CNFDIR} -name \*.cnf -print`
 if [ $DEBUG = true ]; then
   echo "Using the following files:"
   for file in $CNFFILES; do




More information about the Debian-tex-commits mailing list