Ignore:
Timestamp:
Feb 9, 2005, 1:25:36 PM (20 years ago)
Author:
bird
Message:

cp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/kmkbuiltin.c

    r228 r229  
    184184     * String switch on the command.
    185185     */
    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);
    189188    //else if (!strcmp(pszCmd, "chmod"))
    190189    //    rc = kmk_builtin_chmod(argc, argv, environ);
Note: See TracChangeset for help on using the changeset viewer.