0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 05:08:56 +00:00
termux-packages/x11-packages/cherrytree/src-ct-ct_const.h.patch
2023-02-04 10:10:12 +00:00

12 lines
454 B
Diff

--- a/src/ct/ct_const.h
+++ b/src/ct/ct_const.h
@@ -64,7 +64,7 @@
#if defined(__APPLE__)
const inline static gchar* VTE_SHELL_DEFAULT {"/bin/zsh"};
#else
-const inline static gchar* VTE_SHELL_DEFAULT {"/bin/bash"};
+const inline static gchar* VTE_SHELL_DEFAULT {"@TERMUX_PREFIX@/bin/bash"};
#endif
const inline static gchar* STYLE_SCHEME_LIGHT {"classic"};
const inline static gchar* STYLE_SCHEME_DARK {"cobalt"};