diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-19 02:50:04 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-19 02:50:04 +0000 |
commit | bc18ad78572f87ab3d58e144abff3e5ad41968bc (patch) | |
tree | 613fc85c782ef035de69a9c705d11131e16f727c /configure | |
parent | d72f401f8e6f9a283a41f6e06a5048957c84f099 (diff) |
Uname stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1445 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,7 +37,9 @@ chomp($config{OSNAME} = `/bin/uname`); # Operating print "OSN: '" . $config{OSNAME} . "'\n"; if (!$config{OSNAME}) { + print "Running 2nd uname\n"; chomp($config{OSNAME} = `/usr/bin/uname`); + print "OSN: '" . $config{OSNAME} . "'\n"; if (!$config{OSNAME}) { $config{OSNAME} = "Unknown"; } |