summaryrefslogtreecommitdiffstats
path: root/punani
diff options
context:
space:
mode:
authortv <tv@iiso>2011-09-18 22:50:34 +0200
committertv <tv@iiso>2011-09-18 22:50:34 +0200
commitdbc2b120fb03ebf3301ab843599d43f1636f46be (patch)
treec3ca94395b38e4807c2f95c1a0fcee75e0cde9aa /punani
parent5ac37243d06e87ee81bc8e51fa10bf5082fe2212 (diff)
parentdae3147e1bad4c57f7e492ab7df7a1679b4b2273 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'punani')
-rwxr-xr-xpunani/bin/punani2
1 files changed, 1 insertions, 1 deletions
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