This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 0ac04f05451bece3c16fdbe019d887e9aa515445
Author: Carsten Haitzler <[email protected]>
AuthorDate: Thu May 19 19:15:55 2022 +0100
fix enlightenment help and version optiosn to exit after print
@fix
---
src/bin/e_main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index 8ffe39c95..55b96c208 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -1250,7 +1250,7 @@ _e_main_parse_arguments(int argc, char **argv)
(!strcmp(argv[i], "--version")))
{
printf(_("Version: %s\n"), PACKAGE_VERSION);
- _e_main_shutdown(0);
+ _e_main_shutdown(11);
}
else if ((!strcmp(argv[i], "-h")) ||
(!strcmp(argv[i], "-help")) ||
@@ -1283,7 +1283,7 @@ _e_main_parse_arguments(int argc, char **argv)
"\t-version\n"
)
);
- _e_main_shutdown(0);
+ _e_main_shutdown(11);
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.