Ignore:
Timestamp:
Nov 19, 2009, 12:14:26 PM (16 years ago)
Author:
bird
Message:

kash: copy & past bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shinstance.c

    r2311 r2362  
    11201120        for (i = 0; argv[i]; i++)
    11211121            cmdline_size += strlen(argv[i]) + 3;
    1122         cmdline = p = sh_malloc(psh, env_size);
     1122        cmdline = p = sh_malloc(psh, cmdline_size);
    11231123        for (i = 0; argv[i]; i++)
    11241124        {
Note: See TracChangeset for help on using the changeset viewer.