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

Backed out bash-3.1-gentoo.patch, bash-3.1-fix-dash-login-shell.patch and bash-3.1-bash-logger.patch (gentoo patches).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/bash/3.1-p17/shell.c

    r3234 r3276  
    15341534  shell_name = argv0 ? base_pathname (argv0) : PROGRAM;
    15351535
    1536   if (argv0 && *argv0 == '-')
    1537     {
    1538       if (*shell_name == '-')
    1539         shell_name++;
     1536  if (*shell_name == '-')
     1537    {
     1538      shell_name++;
    15401539      login_shell++;
    15411540    }
Note: See TracChangeset for help on using the changeset viewer.