Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
mmv
mmv-1.01b-options.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mmv-1.01b-options.patch of Package mmv
--- mmv.c 1993-10-25 11:29:39.000000000 +0100 +++ mmv.c@ 2004-03-04 18:36:52.000000000 +0100 @@ -572,8 +572,13 @@ verbose = noex = matchall = 0; delstyle = ASKDEL; badstyle = ASKBAD; - for (argc--, argv++; argc > 0 && **argv == '-'; argc--, argv++) - for (p = *argv + 1; *p != '\0'; p++) { + for (argc--, argv++; argc > 0 && **argv == '-'; argc--, argv++) { + p = *argv + 1; + if (*p == '-') { + --argc, ++argv; + break; + } + for (; *p != '\0'; p++) { c = mylower(*p); if (c == 'v' && !noex) verbose = 1; @@ -617,6 +622,7 @@ exit(1); } } + } if (op == DFLT) if (strcmp(cmdname, MOVENAME) == 0)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor