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=$? ;;