mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b530ac6901
PR: 10374 Submitted by: Pedro F. Giffuni <pfgiffuni@bachue.usc.unal.edu.co>
20 lines
354 B
Plaintext
20 lines
354 B
Plaintext
*** Configure.orig Tue Mar 2 11:28:08 1999
|
|
--- Configure Tue Mar 2 11:36:05 1999
|
|
***************
|
|
*** 829,835 ****
|
|
*)
|
|
if test ! -t 0; then
|
|
echo "Say 'sh Configure', not 'sh <Configure'"
|
|
! exit 1
|
|
fi
|
|
;;
|
|
esac
|
|
--- 829,835 ----
|
|
*)
|
|
if test ! -t 0; then
|
|
echo "Say 'sh Configure', not 'sh <Configure'"
|
|
! # exit 1
|
|
fi
|
|
;;
|
|
esac
|