Changeset 2653 for trunk/src/kash/eval.c


Ignore:
Timestamp:
Sep 9, 2012, 8:02:54 PM (13 years ago)
Author:
bird
Message:

kash: fixed shfile_opendir on windows, and thereby argument expansion.

File:
1 edited

Legend:

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

    r2424 r2653  
    706706        psh->back_exitstatus = 0;
    707707
     708        /** @todo r=bird: Why is arguments and envvars expanded in this
     709         * particular order?  It would be both faster and simpler to do the
     710         * envvars first and then continue with the arguments... */
    708711        arglist.lastp = &arglist.list;
    709712        varflag = 1;
Note: See TracChangeset for help on using the changeset viewer.