Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=fe24260f9c1be3e11ec4df6402cee6e5bf7d6ab7
commit fe24260f9c1be3e11ec4df6402cee6e5bf7d6ab7
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date: Sun Dec 16 01:27:30 2007 +0100
chkdep: redirect ldd's stderr to devnull
diff --git a/chkdep b/chkdep
index 89e6182..4746029 100755
--- a/chkdep
+++ b/chkdep
@@ -100,7 +100,7 @@ class Checks:
except OSError:
return
libs = []
- sock = os.popen("ldd %s" % file)
+ sock = os.popen("ldd %s 2>%s" % (file, os.devnull))
while True:
i = sock.readline()
if not i:
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git