summaryrefslogtreecommitdiff
path: root/fullpkg
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-05-19 02:41:39 -0500
committerJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-05-19 02:41:39 -0500
commitec04d0e7dbfad8840869b64167b824c197806ddd (patch)
tree842d1276f3bbb5d2425495e2ceb4cd3cff40038b /fullpkg
parent69b193a18370aa18c1f59715f7909821f2bf2310 (diff)
* is_banned always returns false
Diffstat (limited to 'fullpkg')
-rwxr-xr-xfullpkg4
1 files changed, 1 insertions, 3 deletions
diff --git a/fullpkg b/fullpkg
index 8bc29d9..95d0080 100755
--- a/fullpkg
+++ b/fullpkg
@@ -116,10 +116,8 @@ is_banned() {
plain "Failed to get ban list"
return 0
}
-
grep -w $1 $ban_file >/dev/null 2>&1
- local rt=$?
- return $rt
+ return $?
}
guess_repo() {