chiark / gitweb /
systemd-python: refuse path and flags together in __init__
[elogind.git] / src / notify / notify.c
index ffc8dfeb9b79d71b8a36872080229494cf5eaf45..1e9766f86213fce91f3ae12e1ddeb6c676d68d26 100644 (file)
@@ -34,6 +34,7 @@
 #include "log.h"
 #include "sd-readahead.h"
 #include "build.h"
+#include "env-util.h"
 
 static bool arg_ready = false;
 static pid_t arg_pid = 0;
@@ -94,7 +95,6 @@ static int parse_argv(int argc, char *argv[]) {
 
                 case ARG_VERSION:
                         puts(PACKAGE_STRING);
-                        puts(DISTRIBUTION);
                         puts(SYSTEMD_FEATURES);
                         return 0;