From a7fd3fa12427f36770e6105fad8a0b59118a5647 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 16 Sep 2011 01:07:03 +0200 Subject: punani: remove stderr redirection for pacman stderr redirection results in the shadowing of "Proceed with installation? [Y/n]" leading to total trolling of the user which then most likely will wait forever --- punani/bin/punani | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'punani') diff --git a/punani/bin/punani b/punani/bin/punani index d118b13c..cec53ca1 100755 --- a/punani/bin/punani +++ b/punani/bin/punani @@ -79,7 +79,7 @@ handle_system () { # # when trying harder it tries to load the package with the given name directly via yaourt echo "** trying to find package with given file" - if pacman -S `pkgfile $1` 2>/dev/null; then + if pacman -S `pkgfile $1` ; then echo "++ finished" exit 0 else -- cgit v1.2.3