X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=9e437e3786e47c68fc1afa296ccd2b49544e55e3;hb=d72f401f8e6f9a283a41f6e06a5048957c84f099;hp=8d97ab868caf9ea4cc78389d5a1ee8f853da4f30;hpb=9167ca2a2d7d15c95f94b3d1f91a6d07f650bdbd;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 8d97ab868..9e437e378 100755 --- a/configure +++ b/configure @@ -38,7 +38,7 @@ print "OSN: '" . $config{OSNAME} . "'\n"; if (!$config{OSNAME}) { chomp($config{OSNAME} = `/usr/bin/uname`); - if ($config{OSNAME}) { + if (!$config{OSNAME}) { $config{OSNAME} = "Unknown"; } }