SF.net SVN: geany: [2700] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Tue Jun 17 17:04:18 UTC 2008
Revision: 2700
http://geany.svn.sourceforge.net/geany/?rev=2700&view=rev
Author: eht16
Date: 2008-06-17 10:04:12 -0700 (Tue, 17 Jun 2008)
Log Message:
-----------
Fix executing commands in the VTE.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/build.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-06-17 16:18:41 UTC (rev 2699)
+++ trunk/ChangeLog 2008-06-17 17:04:12 UTC (rev 2700)
@@ -2,6 +2,8 @@
* geany.glade, src/interface.c, src/keybindings.c:
Fix spelling of a few strings (mostly BE -> AE).
+ * src/build.c:
+ Fix executing commands in the VTE.
2008-06-17 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
Modified: trunk/src/build.c
===================================================================
--- trunk/src/build.c 2008-06-17 16:18:41 UTC (rev 2699)
+++ trunk/src/build.c 2008-06-17 17:04:12 UTC (rev 2700)
@@ -718,7 +718,7 @@
g_free(vte_cmd_nonscript);
}
else
- vte_cmd = g_strconcat(RUN_SCRIPT_CMD, "\n", NULL);
+ vte_cmd = g_strconcat("\n/bin/sh ", RUN_SCRIPT_CMD, "\n", NULL);
/* change into current directory if it is not done by default or we have a project and
* project run command(working_dir is already set accordingly) */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list