Add fetch method "fetch".

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19733 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-05 20:11:18 +00:00
parent b2b28b6f3d
commit a34ebb48a3

View File

@@ -169,7 +169,7 @@ rm -rf ${hversion}
echo "Fetching ${hversion} using $fetchmethod"
case "$fetchmethod" in
wget|ftp)
wget|ftp|fetch)
${fetchmethod} $url > /dev/null
res=$?
;;