summaryrefslogtreecommitdiffstats
path: root/sogrep
diff options
context:
space:
mode:
Diffstat (limited to 'sogrep')
-rwxr-xr-xsogrep3
1 files changed, 0 insertions, 3 deletions
diff --git a/sogrep b/sogrep
index b80d66f..e9b3b0b 100755
--- a/sogrep
+++ b/sogrep
@@ -21,9 +21,6 @@ for arch in ${arches[@]}; do
if [ -f ${db} ]; then
mkdir -p ${tmp}/${repo}/${arch}
bsdtar -xf ${db} -C ${tmp}/${repo}/${arch}
- else
- echo "${db} not found!"
- exit 1
fi
done