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

X Strike Force XFree86 SVN commit: r1594 - trunk/debian



Author: branden
Date: 2004-07-07 07:46:10 -0500 (Wed, 07 Jul 2004)
New Revision: 1594

Modified:
   trunk/debian/xdm.postinst.in
Log:
Fix stupid thinko (you can't line-continue a variable definition in shell).

And yes, jackass, I *did* run the shell script validator before committing
this.  It didn't see the problem.  Strictly speaking it's not a syntaax
error.


Modified: trunk/debian/xdm.postinst.in
===================================================================
--- trunk/debian/xdm.postinst.in	2004-07-07 08:58:08 UTC (rev 1593)
+++ trunk/debian/xdm.postinst.in	2004-07-07 12:46:10 UTC (rev 1594)
@@ -125,8 +125,8 @@
           # Note our refusal to start the daemon if we were supposed to start
           # it.
           [ -n "$NOSTART" ] || DENYSTART=yes
-          DENIAL_REASON="an X server is already running at $DISPLAY, which" \
-                        "xdm is configured to to manage"
+          DENIAL_REASON="an X server is already running at $DISPLAY, which"
+          DENIAL_REASON="$DENIAL_REASON xdm is configured to to manage"
           break
         fi
       done



Reply to: