[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r2319 - trunk/font/xfonts-utils/debian/local



Author: vorlon
Date: 2006-06-12 06:53:32 -0400 (Mon, 12 Jun 2006)
New Revision: 2319

Modified:
   trunk/font/xfonts-utils/debian/local/update-fonts-dir
Log:
minor fix-up of a shell syntax oops

Modified: trunk/font/xfonts-utils/debian/local/update-fonts-dir
===================================================================
--- trunk/font/xfonts-utils/debian/local/update-fonts-dir	2006-06-12 09:09:28 UTC (rev 2318)
+++ trunk/font/xfonts-utils/debian/local/update-fonts-dir	2006-06-12 10:53:32 UTC (rev 2319)
@@ -105,7 +105,7 @@
 	XDIRS="/usr/share/fonts/X11/$1 /usr/lib/X11/fonts/$1"
     fi
     # Confirm that the directories to be operated on exist.
-    for XDIR in XDIRS; do
+    for XDIR in $XDIRS; do
         VALID=yes
         if ! [ -d "$XDIR" ]; then
             warn "$XDIR does not exist or is not a directory"



Reply to: