summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-03 01:26:31 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-03 01:26:31 (EST)
commit99caa6bb08baa6762a09547844277f77848b76c8 (patch)
treec672f9cfe0ca6839422eddbbd6e35cfbdf6c2fd5
parenta03d7bafd2ada5d8d8d67388a450362d7e427258 (diff)
The list-installed command does not exist.
git-svn-id: http://opkg.googlecode.com/svn/trunk@250 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
-rw-r--r--libopkg/libopkg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libopkg/libopkg.c b/libopkg/libopkg.c
index 07de2c6..c73c4a3 100644
--- a/libopkg/libopkg.c
+++ b/libopkg/libopkg.c
@@ -65,7 +65,6 @@ opkg_op (int argc, char *argv[])
!strcmp(cmd_name,"compare_versions") ||
!strcmp(cmd_name,"compare-versions") ||
!strcmp(cmd_name,"list_installed") ||
- !strcmp(cmd_name,"list-installed") ||
!strcmp(cmd_name,"status") )
args.noreadfeedsfile = 1;