1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

don't open /dev/tty

This commit is contained in:
Andrey A. Chernov 1998-11-22 17:33:25 +00:00
parent d6a1fb139e
commit 6fae08858f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14768

View File

@ -0,0 +1,11 @@
--- configure.bak Thu Jul 3 19:25:52 1997
+++ configure Sun Nov 22 20:25:40 1998
@@ -794,7 +794,7 @@
esac
done
-exec < /dev/tty
+#exec < /dev/tty
rm $tmpfile
if test -n "$font1"