From a34ebb48a3f71245f49545f59e73f9e45e2b2daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 5 Jan 2007 20:11:18 +0000 Subject: [PATCH] Add fetch method "fetch". git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19733 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/heimdal-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/heimdal-build.sh b/tools/heimdal-build.sh index e13d4cb7c..9651fdf66 100644 --- a/tools/heimdal-build.sh +++ b/tools/heimdal-build.sh @@ -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=$? ;;