1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net/tinyfugue/files/patch-ac
1996-03-25 10:12:10 +00:00

32 lines
703 B
Plaintext

--- tfconfig.old Fri Mar 22 19:03:14 1996
+++ unix/tfconfig Fri Mar 22 19:02:34 1996
@@ -225,17 +225,17 @@
echo
echo 'To change these locations type "n" now and edit the unix/Config file.'
-while [ -z "$ans" ]; do
- echo 'Continue? (y/n)'
- read ans;
- case "$ans" in
- y|Y) break ;;
- n|N) exit 1 ;;
- *) ans=
- echo 'Please answer "y" or "n".'
- ;;
- esac
-done
+# while [ -z "$ans" ]; do
+# echo 'Continue? (y/n)'
+# read ans;
+# case "$ans" in
+# y|Y) break ;;
+# n|N) exit 1 ;;
+# *) ans=
+# echo 'Please answer "y" or "n".'
+# ;;
+# esac
+# done
echo; echo
echo "#define LIBDIR \"${LIBDIR}\"" >&4