From: Samir Benmendil Date: Sun, 11 May 2014 01:37:02 +0000 (+0100) Subject: bin: remove /extra from socheck X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/c3e636e5ffc28e0a9e60654a6a4d97c26788e48e bin: remove /extra from socheck --- diff --git a/bin/socheck b/bin/socheck index 0995d76..634ed4d 100755 --- a/bin/socheck +++ b/bin/socheck @@ -2,8 +2,8 @@ sudo -v -files=$(find /usr/bin /extra/usr/bin -maxdepth 1 -type f) -libs=$(find /usr/lib/*.so* /extra/usr/lib/*.so* -maxdepth 1 -type f) +files=$(find /usr/bin -maxdepth 1 -type f) +libs=$(find /usr/lib/*.so* -maxdepth 1 -type f) echo "Searching broken binaries...."