Changeset 1329 for trunk/src/kmk/kmkbuiltin/install.c
- Timestamp:
- Dec 2, 2007, 9:49:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/install.c
r1327 r1329 176 176 group = owner = NULL; 177 177 while ((ch = getopt_long(argc, argv, "B:bCcdf:g:Mm:o:pSsv", long_options, NULL)) != -1) 178 switch( (char)ch) {178 switch(ch) { 179 179 case 'B': 180 180 suffix = optarg;
Note:
See TracChangeset
for help on using the changeset viewer.