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

X Strike Force X.Org X11 SVN commit: r638 - trunk/debian



Author: ender
Date: 2005-09-28 07:05:27 -0500 (Wed, 28 Sep 2005)
New Revision: 638

Modified:
   trunk/debian/xserver-xorg.postinst.in
Log:
Be careful and quote the variable $RESOLUTIONS.


Modified: trunk/debian/xserver-xorg.postinst.in
===================================================================
--- trunk/debian/xserver-xorg.postinst.in	2005-09-28 04:11:31 UTC (rev 637)
+++ trunk/debian/xserver-xorg.postinst.in	2005-09-28 12:05:27 UTC (rev 638)
@@ -358,7 +358,7 @@
   PRIORITY=high
   if [ -z "$NOPROBE" ]; then
     NRES=0
-    if [ -n $RESOLUTION ]; then
+    if [ -n "$RESOLUTION" ]; then
       for i in $RESOLUTIONS; do
         NRES=$(expr $NRES + 1)
       done



Reply to: