mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
10 lines
408 B
C
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\\\"\"",
|