summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pkg b/bin/pkg
index 0a08f9a..45862f1 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -196,11 +196,11 @@ function vcs_status {
## List stuff
function list_is_installed {
- grep ^"$1 " $PDIR/.list
+ grep ^"$1 " $PDIR/.list &> /dev/null
}
function list_exists {
- grep ^"$1 " $PDIR/.list-remote
+ grep ^"$1 " $PDIR/.list-remote &> /dev/null
}
function list_incoming {