next argument happens to be a directory name, changing this does
not seem worthwhile. It's as likely as not to break something.
The many -x users clamouring for consistency must go home
empty-handed, alas.
p4raw-id: //depot/perl@31691
case 'x':
PL_doextract = TRUE;
s++;
- if (*s) {
+ if (*s)
cddir = s;
- }
- else if ((s=argv[1]) && *s != '-') {
- argc--,argv++;
- cddir = s;
- }
break;
case 0:
break;