From: Samir Benmendil Date: Wed, 9 Oct 2013 23:32:37 +0000 (+0200) Subject: add extra to search path X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/cdd2aa65ee027cf62e7be13e10f33fe8549d9dc2?ds=sidebyside add extra to search path --- diff --git a/bin/socheck b/bin/socheck index bd5a855..ef724e9 100755 --- a/bin/socheck +++ b/bin/socheck @@ -2,8 +2,8 @@ sudo -v -files=$(find /usr/bin -maxdepth 1 -type f) -libs=$(find /usr/lib/*.so* -maxdepth 1 -type f) +files=$(find /usr/bin /extra/usr/bin -maxdepth 1 -type f) +libs=$(find /usr/lib/*.so* /extra/usr/lib/*.so* -maxdepth 1 -type f) clear echo "Searching broken binaries...."