Changeset 3428 for trunk


Ignore:
Timestamp:
Jun 14, 2007, 3:59:04 AM (18 years ago)
Author:
bird
Message:

OS/2 uses GNU userland and xargs with the -r argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-apps/portage/pym/portage_data.py

    r3418 r3428  
    2727        userland="BSD"
    2828        os.environ["XARGS"]="xargs"
     29elif ostype=="OS/2":
     30        userland="GNU"
     31        os.environ["XARGS"]="xargs -r"
    2932else:
    3033        writemsg(red("Operating system")+" \""+ostype+"\" "+red("currently unsupported. Exiting.")+"\n")
Note: See TracChangeset for help on using the changeset viewer.