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

X Strike Force X.Org X11 SVN commit: r2162 - in trunk/debian/xorg/debian: . local/Xsession.d



Author: dnusinow
Date: 2006-05-16 23:35:05 -0400 (Tue, 16 May 2006)
New Revision: 2162

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/local/Xsession.d/20x11-common_process-args
Log:
* Add missing quotes in 20x11-common_process-args. Thanks Greg Kochanski.
  (closes: #347481)

Modified: trunk/debian/xorg/debian/changelog
===================================================================
--- trunk/debian/xorg/debian/changelog	2006-05-17 03:00:28 UTC (rev 2161)
+++ trunk/debian/xorg/debian/changelog	2006-05-17 03:35:05 UTC (rev 2162)
@@ -29,8 +29,10 @@
       packaging infrastructure is aware of it
     Thanks to Eduard Bloch, Steve Langasek, Daniel Stone, and Vincent Lefevre
     for helping hammer this out. (closes: #362885, #363699)
+  * Add missing quotes in 20x11-common_process-args. Thanks Greg Kochanski.
+    (closes: #347481)
 
- -- David Nusinow <dnusinow@debian.org>  Tue, 16 May 2006 22:59:24 -0400
+ -- David Nusinow <dnusinow@debian.org>  Tue, 16 May 2006 23:34:40 -0400
 
 xorg (1:7.0.18) unstable; urgency=low
 

Modified: trunk/debian/xorg/debian/local/Xsession.d/20x11-common_process-args
===================================================================
--- trunk/debian/xorg/debian/local/Xsession.d/20x11-common_process-args	2006-05-17 03:00:28 UTC (rev 2161)
+++ trunk/debian/xorg/debian/local/Xsession.d/20x11-common_process-args	2006-05-17 03:35:05 UTC (rev 2162)
@@ -33,7 +33,7 @@
         ;;
       *)
         # Specific program was requested.
-        STARTUP_FULL_PATH=$(which $1 || true)
+        STARTUP_FULL_PATH=$(which "$1" || true)
         if [ -n "$STARTUP_FULL_PATH" ] && [ -e "$STARTUP_FULL_PATH" ]; then
           if [ -x "$STARTUP_FULL_PATH" ]; then
             STARTUP="$1"



Reply to: