Added unknown OS clause for the version command output
This commit is contained in:
@@ -508,8 +508,10 @@ int handleVersion (std::string &outs)
|
||||
<< "haiku"
|
||||
#elif defined (FREEBSD)
|
||||
<< "freebsd"
|
||||
#else
|
||||
#elif defined (LINUX)
|
||||
<< "linux"
|
||||
#else
|
||||
<< "unknown"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBNCURSES
|
||||
|
||||
Reference in New Issue
Block a user