summaryrefslogtreecommitdiff
path: root/rpmqv.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-05-29 20:01:28 +0000
committerjbj <devnull@localhost>2001-05-29 20:01:28 +0000
commit2a4452a1f91b1fc11ce13092980b83092357cf1f (patch)
tree702b4c1196370d1454b4bd7ebfe479ca98dfff4c /rpmqv.c
parent61cd63ab8e816d46e81b3df2bb8cfe9b2267f85d (diff)
downloadlibrpm-tizen-2a4452a1f91b1fc11ce13092980b83092357cf1f.tar.gz
librpm-tizen-2a4452a1f91b1fc11ce13092980b83092357cf1f.tar.bz2
librpm-tizen-2a4452a1f91b1fc11ce13092980b83092357cf1f.zip
- fix: popt exec doesn't add '--', --target et al no longer need '='.
- fix: popt consume-next-arg "!#:+" w/o side effect (#41956). CVS patchset: 4817 CVS date: 2001/05/29 20:01:28
Diffstat (limited to 'rpmqv.c')
-rwxr-xr-xrpmqv.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/rpmqv.c b/rpmqv.c
index e1cdf7548..6a6d0e388 100755
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -786,15 +786,6 @@ int main(int argc, const char ** argv)
rpmSetVerbosity(RPMMESS_NORMAL); /* XXX silly use by showrc */
-#if 0
- { const char ** avp;
- fprintf(stderr, "==> argv[%d]:", argc);
- for (avp = argv; *avp; avp++)
- fprintf(stderr, " '%s'", *avp);
- fprintf(stderr, "\n");
- }
-#endif
-
/* Make a first pass through the arguments, looking for --rcfile */
/* We need to handle that before dealing with the rest of the arguments. */
/*@-nullpass -temptrans@*/