[Xfce4-commits] r23248 - xfce-utils/trunk/scripts

Benedikt Meurer benny at xfce.org
Sun Oct 1 10:41:22 UTC 2006


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 <mike.massonnet at gmail.com> 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



More information about the Xfce4-commits mailing list