Add missing slash in default command
This commit is contained in:
parent
7d6ad6d50f
commit
d577c57e78
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user