From edb973fadc8d359aa212999d8f447b0de9589789 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Fri, 4 Jan 2013 13:09:01 -0800 Subject: Hack around xdm's dumb assumption that the login shell is POSIX compliant so we no longer kill OpenSUSE https://github.com/fish-shell/fish-shell/issues/367 Also fix some formatting --- expand.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'expand.h') diff --git a/expand.h b/expand.h index 6426c686..1dedf173 100644 --- a/expand.h +++ b/expand.h @@ -200,4 +200,11 @@ void expand_variable_error(parser_t &parser, const wchar_t *token, size_t token_ */ std::vector expand_get_all_process_names(void); +/* Terrible hacks */ +bool fish_xdm_login_hack_hack_hack_hack(std::vector *cmds, int argc, const char * const *argv); +bool fish_openSUSE_dbus_hack_hack_hack_hack(std::vector *args); + + #endif + + -- cgit v1.2.3