make this port configure without tty
This commit is contained in:
parent
f13fccbaf2
commit
03f910b7b1
18
mail/elm/patches/patch-Configure
Normal file
18
mail/elm/patches/patch-Configure
Normal file
@ -0,0 +1,18 @@
|
||||
$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," && \
|
Loading…
Reference in New Issue
Block a user