Changeset 3272 for trunk


Ignore:
Timestamp:
May 1, 2007, 6:53:28 PM (18 years ago)
Author:
bird
Message:

a couple of spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-shells/bash/execute_cmd.c

    r3270 r3272  
    38513851     a small set of these to @unixroot and or the PATH to simplify
    38523852     porting. */
    3853   if (!strncmp(command, "/bin/", sizeof("/bin/") - 1))
    3854     {
    3855       char *name = command + sizeof("/bin/") - 1;
     3853  if (!strncmp (command, "/bin/", sizeof ("/bin/") - 1))
     3854    {
     3855      char *name = command + sizeof ("/bin/") - 1;
    38563856      int search_path = 1;
    38573857      if (!strcmp (name, "sh")
Note: See TracChangeset for help on using the changeset viewer.