12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
--- scripts/Configure-eximon.orig Mon Nov 10 13:35:16 1997
|
|
+++ scripts/Configure-eximon Mon Nov 10 13:35:27 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 ""
|