mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
Added unknown OS clause for the version command output
This commit is contained in:
parent
338e4dfbc7
commit
ecb4190e0b
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue