--- scripts/Configure-os.c.orig	Mon Nov 10 13:33:19 1997
+++ scripts/Configure-os.c	Mon Nov 10 13:33:03 1997
@@ -8,7 +8,7 @@
 
 # First off, get the OS type, and check that there is a make file for it.
 
-os=`$scripts/os-type` || exit 1
+os=`uname -s` || exit 1
 
 if	test ! -r ../OS/Makefile-$os
 then    echo ""
