summaryrefslogtreecommitdiffstats
path: root/devel/anjuta/files/patch-src_commands.c
blob: 89e481307f55496fe578aa87ee90be49cd4192f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/commands.c.orig Tue Aug 31 00:41:32 2004
+++ src/commands.c  Tue Aug 31 00:41:56 2004
@@ -102,6 +102,7 @@
 /* Ditto */
 static gchar *
 term_commands[] = {
+   "gnome-terminal -e '$(anjuta.current.command)'",
    "gnome-terminal -e \"$(anjuta.current.command)\"",
    "gnome-terminal -x sh -c \"$(anjuta.current.command)\"",
    "gnome-terminal --command=\"sh -c \\\"$(anjuta.current.command); read x\\\"\"",