add missing fi, default to wget

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18243 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-05 16:44:40 +00:00
parent 6ae614bc4e
commit c3202606de

View File

@@ -2,7 +2,7 @@
# Fetches, builds and store the result of a heimdal build
# Version: $Id$
fetchmethod=curl #options are: wget, curl, ftp, afs
fetchmethod=wget #options are: wget, curl, ftp, afs
resultdir=
email=heimdal-build-log@it.su.se
baseurl=ftp://ftp.pdc.kth.se/pub/heimdal/src
@@ -202,6 +202,7 @@ EOF
cat >> email-header <<EOF
autobuild-passphrase: ${passhrase}
EOF
fi
cat email-header ab.txt | sendmail "${email}"
fi