diff options
| -rw-r--r-- | scripts/libmakepkg/source/file.sh.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/libmakepkg/source/file.sh.in b/scripts/libmakepkg/source/file.sh.in index 03dabe63..53b983e3 100644 --- a/scripts/libmakepkg/source/file.sh.in +++ b/scripts/libmakepkg/source/file.sh.in @@ -71,7 +71,7 @@ download_file() {  	if ! command -- "${cmdline[@]}" >&2; then  		[[ ! -s $dlfile ]] && rm -f -- "$dlfile" -		error "$(gettext "Failure while downloading %s")" "$filename" +		error "$(gettext "Failure while downloading %s")" "$url"  		plain "$(gettext "Aborting...")"  		exit 1  	fi | 
