Author: benny
Date: 2006-10-01 10:41:21 +0000 (Sun, 01 Oct 2006)
New Revision: 23248

Modified:
   xfce-utils/trunk/scripts/xfterm4.in
Log:
Apply patch from Mike Massonnet <[EMAIL PROTECTED]> to properly escape
the command. Bug #1100.



Modified: xfce-utils/trunk/scripts/xfterm4.in
===================================================================
--- xfce-utils/trunk/scripts/xfterm4.in 2006-10-01 05:43:26 UTC (rev 23247)
+++ xfce-utils/trunk/scripts/xfterm4.in 2006-10-01 10:41:21 UTC (rev 23248)
@@ -94,7 +94,7 @@
 # Note that you cannot feed this script with a text file which
 # contains spaces in its name and/or path if your $TERMCMD = powershell
 if [ x"$TITLE" = x"" -o x"$EXEC" = x"" ]; then
-       exec $TERMCMD $ESTRING
+       exec $TERMCMD "$ESTRING"
 elif [ "$TERMCMD" = "powershell" ]; then
        exec $TERMCMD $TITLE"$TSTRING" $EXEC"$ESTRING $MSTRING"
 elif [ "x$MSTRING" = "x" ]; then

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to