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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to