| 11 + argv[argc++] = "--"; |
11 + argv[argc++] = "--"; |
| 12 +#endif |
12 +#endif |
| 13 memcpy(argv + argc, con->leftovers, sizeof(*argv) * con->numLeftovers); |
13 memcpy(argv + argc, con->leftovers, sizeof(*argv) * con->numLeftovers); |
| 14 argc += con->numLeftovers; |
14 argc += con->numLeftovers; |
| 15 } |
15 } |
| 16 @@ -697,10 +702,19 @@ |
16 @@ -709,10 +709,19 @@ |
| 17 /*@switchbreak@*/ break; |
17 /*@switchbreak@*/ break; |
| 18 #endif |
18 #endif |
| 19 case '!': |
19 case '!': |
| 20 +#if defined(OPENPKG) |
20 +#if defined(OPENPKG) |
| 21 + /* allow standard "!#:+" (first argument is expanded multiple times) |
21 + /* allow standard "!#:+" (first argument is expanded multiple times) |