1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Bypass a sanity check that see if stdin is closed

in Configure script.
Submitted by:	asami
This commit is contained in:
Scott Mace 1998-11-24 04:47:09 +00:00
parent 66b6010de9
commit 06f44016e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14854

19
news/trn/files/patch-ad Normal file
View File

@ -0,0 +1,19 @@
--- Configure.orig Mon Nov 7 19:35:17 1994
+++ Configure Mon Nov 23 21:55:23 1998
@@ -65,11 +65,11 @@
done
export PATH
-: Some sanity checks
-if test ! -t 0; then
- echo "Say 'sh Configure', not 'sh <Configure'"
- exit 1
-fi
+#: Some sanity checks
+#if test ! -t 0; then
+# echo "Say 'sh Configure', not 'sh <Configure'"
+# exit 1
+#fi
: On HP-UX, large Configure scripts may exercise a bug in /bin/sh
if test -f /hp-ux -a -f /bin/ksh; then