]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.c
Makefile.in: Fix OS detection.
[paraslash.git] / command.c
index d35113a500f0a2b78ce853996db9413bafd0be4f..6886ae9b71d442b1169ad05293ae67eeba0fc19e 100644 (file)
--- a/command.c
+++ b/command.c
@@ -309,7 +309,7 @@ int com_version(int fd, int argc, __a_unused char * const * argv)
                return -E_COMMAND_SYNTAX;
        return send_buffer(fd, VERSION_TEXT("server")
                "built: " BUILD_DATE "\n"
-               SYSTEM ", " CC_VERSION "\n"
+               UNAME_RS ", " CC_VERSION "\n"
        );
 }