/[make]/make/variable.c
ViewVC logotype

Diff of /make/variable.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.77 by psmith, Sun Dec 5 18:09:31 2004 UTC revision 1.78 by psmith, Mon Feb 28 07:48:23 2005 UTC
# Line 1048  do_variable_definition (const struct flo Line 1048  do_variable_definition (const struct flo
1048    if ((origin == o_file || origin == o_override)    if ((origin == o_file || origin == o_override)
1049        && strcmp (varname, "SHELL") == 0)        && strcmp (varname, "SHELL") == 0)
1050      {      {
1051        char shellpath[PATH_MAX];        PATH_VAR (shellpath);
1052        extern char * __dosexec_find_on_path (const char *, char *[], char *);        extern char * __dosexec_find_on_path (const char *, char *[], char *);
1053    
1054        /* See if we can find "/bin/sh.exe", "/bin/sh.com", etc.  */        /* See if we can find "/bin/sh.exe", "/bin/sh.com", etc.  */

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26