ports/devel/anjuta/files/patch-src_commands.c
Joe Marcus Clarke 6e3c9819b8 Teach anjuta about the new gnu-autotools ports, and fix some problems with
command escaping during project execution.
2004-10-17 06:44:54 +00:00

10 lines
408 B
C

--- 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\\\"\"",