Without bash-bsd check

This commit is contained in:
Frank Breedijk 2016-07-04 17:30:32 +02:00
parent 4efb6531c2
commit e280cac2af

View File

@ -6722,14 +6722,6 @@ check4openssl_oldfarts() {
outln
}
bsd-bash() {
if [[ $(uname) -eq "FreeBSD" ]] && [[ $(count_lines "$(ls /dev/fd)") -le 3 ]]; then
echo "You need to mount fdescfs on FreeBSD: mount -t fdescfs fdesc /dev/fd"
exit 1
fi
}
help() {
cat << EOF
@ -8179,7 +8171,6 @@ maketempf
mybanner
check_proxy
check4openssl_oldfarts
bsd-bash
# TODO: it is ugly to have those two vars here --> main()
ret=0