[Xfce4-commits] <xfce-utils:master> Startxfce4 doesn't handle empty client options (bug #5382).

Nick Schermer noreply at xfce.org
Mon Jul 26 20:42:05 CEST 2010


Updating branch refs/heads/master
         to e2fe56ae93e023a75ad0536a301eada94f3054c3 (commit)
       from ca88f2d250c35493daa4a600ddcff02bde058674 (commit)

commit e2fe56ae93e023a75ad0536a301eada94f3054c3
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Mon Jul 26 20:22:37 2010 +0200

    Startxfce4 doesn't handle empty client options (bug #5382).

 scripts/startxfce4.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/startxfce4.in b/scripts/startxfce4.in
index ecb5e7d..6225b4b 100644
--- a/scripts/startxfce4.in
+++ b/scripts/startxfce4.in
@@ -55,7 +55,7 @@ then
     CLIENTRC=${OPT}
   else
     SERVERRC=${OPT#*-- }
-    CLIENTRC=${OPT% --*}
+    CLIENTRC=${OPT%--*}
   fi
 fi
 



More information about the Xfce4-commits mailing list