Branch: refs/heads/master Author: Lex elextr@gmail.com Committer: Lex elextr@gmail.com Date: Thu, 21 Feb 2013 04:02:13 UTC Commit: d577c57e7841f5fef780e114e3fba68ea6808830 https://github.com/geany/geany/commit/d577c57e7841f5fef780e114e3fba68ea68088...
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).