Changeset 3207 in kBuild for trunk/src/kmk
- Timestamp:
- Mar 29, 2018 3:51:24 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/redirect.c
r3195 r3207 1520 1520 * Zap environment switch? 1521 1521 */ 1522 if ( chOpt == 'Z' 1523 || chOpt == 'i' /* GNU env compatibility. */ ) 1522 if (chOpt == 'Z') /* (no -i option here, as it's reserved for stdin) */ 1524 1523 { 1525 1524 rcExit = kBuiltinOptEnvZap(pCtx, &papszEnvVars, &cEnvVars, &cAllocatedEnvVars, cVerbosity);
Note:
See TracChangeset
for help on using the changeset viewer.