diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 02:18:44 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 02:18:44 +0000 |
commit | 272b1c5f9a37780e519d767719a489fc971f669b (patch) | |
tree | 450f117b125086458811cc162321b8a082f97fd3 /news/trn/files/patch-Configure | |
parent | Rename net/ patch-xy patches to reflect the files they modify. (diff) |
Rename news/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363286
Diffstat (limited to 'news/trn/files/patch-Configure')
-rw-r--r-- | news/trn/files/patch-Configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/news/trn/files/patch-Configure b/news/trn/files/patch-Configure new file mode 100644 index 000000000000..36e9aff9c34c --- /dev/null +++ b/news/trn/files/patch-Configure @@ -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 |