From d72f401f8e6f9a283a41f6e06a5048957c84f099 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 19 May 2005 02:48:45 +0000 Subject: [PATCH] Stupid uname stuff again git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1444 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } } -- 2.39.2