xbps-{bin,repo}: unbreak the 'show' target, sigh.

This commit is contained in:
Juan RP 2011-11-15 10:21:12 +01:00
parent 9157f7d148
commit 435aa84fb0

View File

@ -132,7 +132,7 @@ show_pkg_info(prop_dictionary_t dict)
obj = prop_dictionary_get_keysym(dict, keysym);
/* ignore run_depends, it's shown via 'show-deps' */
if (strcmp(keyname, "run_depends") == 0)
break;
continue;
print_value_obj(keyname, obj, false);
}