Changeset 3278


Ignore:
Timestamp:
May 1, 2007, 7:30:35 PM (18 years ago)
Author:
bird
Message:

test and echo as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ash/exec.c

    r3271 r3278  
    256256                 || !strcmp(name, "tr")
    257257                 || !strcmp(name, "tr.exe")
     258                 || !strcmp(name, "test")
     259                 || !strcmp(name, "test.exe")
     260                 || !strcmp(name, "echo")
     261                 || !strcmp(name, "echo.exe")
    258262                 || (search_path = 0)
    259263                 || !strcmp(name, "sort")
Note: See TracChangeset for help on using the changeset viewer.