diff options
author | jbj <devnull@localhost> | 2001-05-29 20:01:28 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-05-29 20:01:28 +0000 |
commit | 2a4452a1f91b1fc11ce13092980b83092357cf1f (patch) | |
tree | 702b4c1196370d1454b4bd7ebfe479ca98dfff4c /rpmqv.c | |
parent | 61cd63ab8e816d46e81b3df2bb8cfe9b2267f85d (diff) | |
download | librpm-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-x | rpmqv.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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@*/ |