index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Florian Pritz <bluewind@xinu.at> | 2015-12-14 16:52:35 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-12-15 20:34:30 +1000 |
commit | a671fa497c7317e240e014e93bddfdbf1d270b2b (patch) | |
tree | 3d79b3fa2a45b1589d090ffa0a1ecd47bd2f4909 /scripts/libmakepkg/source/file.sh.in | |
parent | eadf38960776e36df75d6c3caf3a35b976acc56c (diff) |
-rw-r--r-- | scripts/libmakepkg/source/file.sh.in | 2 |
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 |