Changeset 3269


Ignore:
Timestamp:
May 1, 2007, 6:40:13 PM (18 years ago)
Author:
bird
Message:

unixroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-shells/bash/config-top.h

    r3231 r3269  
    5252/* The default value of the PATH variable. */
    5353#ifndef DEFAULT_PATH_VALUE
     54#ifdef __OS2__
     55#define DEFAULT_PATH_VALUE \
     56  "/@unixroot/usr/gnu/bin:/@unixroot/usr/local/bin:/@unixroot/bin:/@unixroot/usr/bin:."
     57#else
    5458#define DEFAULT_PATH_VALUE \
    5559  "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:."
     60#endif
    5661#endif
    5762
     
    5964   the Posix.2 confstr () function, or CS_PATH define are not present. */
    6065#ifndef STANDARD_UTILS_PATH
     66#ifdef __OS2__
     67#define STANDARD_UTILS_PATH \
     68  "/@unixroot/bin:/@unixroot/usr/bin:/@unixroot/sbin:/@unixroot/usr/sbin:/@unixroot/etc:/@unixroot/usr/etc"
     69#else
    6170#define STANDARD_UTILS_PATH \
    6271  "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
     72#endif
    6373#endif
    6474
Note: See TracChangeset for help on using the changeset viewer.