[geany/geany-osx] ef9f31: Fix the Geany patch
Jiří Techet
git-noreply at xxxxx
Sat Oct 19 18:31:54 UTC 2019
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sat, 19 Oct 2019 18:31:54 UTC
Commit: ef9f31e085012da0f6d3956a62db4d33c485cb1e
https://github.com/geany/geany-osx/commit/ef9f31e085012da0f6d3956a62db4d33c485cb1e
Log Message:
-----------
Fix the Geany patch
Modified Paths:
--------------
patches/01-geany_config_shell.patch
Modified: patches/01-geany_config_shell.patch
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -212,7 +212,7 @@ index a5f6e9dfd..1a46fb20c 100644
+ /* run as a login shell as the macOS terminal app does this and users
+ * typically update their login shell configuration file */
+ if (strstr(shell, "-l") == NULL)
-+ SETPTR(vc->shell, g_strconcat(shell, " -l", NULL);
++ SETPTR(vc->shell, g_strconcat(shell, " -l", NULL));
+#endif
vc->font = utils_get_setting_string(config, "VTE", "font", GEANY_DEFAULT_FONT_EDITOR);
vc->scroll_on_key = utils_get_setting_boolean(config, "VTE", "scroll_on_key", TRUE);
--------------
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