Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
error on -G failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bruenig committed Apr 5, 2010
1 parent e12ee79 commit abebd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer
Expand Up @@ -572,7 +572,7 @@ if [[ $option = download ]]; then
if existsinaur "$package"; then
pkglist+=("$package")
else
echo "Package \`$package' does not exist on aur."
err "Package \`$package' does not exist on aur."
fi
done

Expand Down

0 comments on commit abebd57

Please sign in to comment.