Changeset 229 for trunk/src/gmake/kmkbuiltin.c
- Timestamp:
- Feb 9, 2005, 1:25:36 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/kmkbuiltin.c
r228 r229 184 184 * String switch on the command. 185 185 */ 186 if (0) { } 187 //if (!strcmp(pszCmd, "cp")) 188 // rc = kmk_builtin_cp(argc, argv, environ); 186 if (!strcmp(pszCmd, "cp")) 187 rc = kmk_builtin_cp(argc, argv, environ); 189 188 //else if (!strcmp(pszCmd, "chmod")) 190 189 // rc = kmk_builtin_chmod(argc, argv, environ);
Note:
See TracChangeset
for help on using the changeset viewer.