19 lines
703 B
Plaintext
19 lines
703 B
Plaintext
$OpenBSD: patch-Configure,v 1.1 2001/02/13 13:02:55 naddy Exp $
|
|
--- Configure.orig Tue Feb 13 13:39:54 2001
|
|
+++ Configure Tue Feb 13 13:40:18 2001
|
|
@@ -15,10 +15,10 @@
|
|
PATH=".:$PATH:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin"
|
|
export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0; kill $$)
|
|
|
|
-if test ! -t 0; then
|
|
- echo "Say 'sh Configure', not 'sh <Configure'"
|
|
- exit 1
|
|
-fi
|
|
+#if test ! -t 0; then
|
|
+# echo "Say 'sh Configure', not 'sh <Configure'"
|
|
+# exit 1
|
|
+#fi
|
|
|
|
(alias) >/dev/null 2>&1 && \
|
|
echo "(I see you are using the Korn shell. Some ksh's blow up on Configure," && \
|