[geany/geany] d577c5: Add missing slash in default command

Lex git-noreply at xxxxx
Thu Feb 21 04:02:13 UTC 2013


Branch:      refs/heads/master
Author:      Lex <elextr at gmail.com>
Committer:   Lex <elextr at gmail.com>
Date:        Thu, 21 Feb 2013 04:02:13 UTC
Commit:      d577c57e7841f5fef780e114e3fba68ea6808830
             https://github.com/geany/geany/commit/d577c57e7841f5fef780e114e3fba68ea6808830

Log Message:
-----------
Add missing slash in default command


Modified Paths:
--------------
    src/keyfile.c

Modified: src/keyfile.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -71,7 +71,7 @@
 #ifdef G_OS_WIN32
 #define GEANY_DEFAULT_TOOLS_TERMINAL	"cmd.exe /Q /C %c"
 #else
-#define GEANY_DEFAULT_TOOLS_TERMINAL	"xterm -e \"bin/sh %c\""
+#define GEANY_DEFAULT_TOOLS_TERMINAL	"xterm -e \"/bin/sh %c\""
 #endif
 #define GEANY_DEFAULT_TOOLS_BROWSER		"firefox"
 #define GEANY_DEFAULT_TOOLS_PRINTCMD	"lpr"



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list