Changeset 3858


Ignore:
Timestamp:
Apr 14, 2014, 4:03:35 AM (11 years ago)
Author:
bird
Message:

system() and popen() should use the same shells, preferablly /bin/sh when available (see unix spec). arg[0] shouldn't have a path, according to unix tradition (should be 'sh' to be more precise). Introduced a backend API for finding the desired shell and figure arguments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/libc/src/kNIX/b_processGetDefaultShell.c

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id
    r3857 r3858  
    1 /* $Id: b_processSetResourceLimit.c 3770 2012-03-15 20:02:46Z bird $ */
     1/* $Id$ */
    22/** @file
    33 * kNIX - get default shell for system() and popen().
Note: See TracChangeset for help on using the changeset viewer.