Changeset 3464


Ignore:
Timestamp:
Jun 17, 2007, 2:14:33 AM (18 years ago)
Author:
bird
Message:

shut up if OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-apps/portage/bin/prepstrip

    r3418 r3464  
    33# Distributed under the terms of the GNU General Public License v2
    44# $Id: prepstrip 5507 2007-01-10 04:22:27Z zmedico $
     5
     6# bird: We shouldn't get here on OS/2, but if we do make
     7#       sure we quit immediately. (for now, anyway)
     8case "${BASH_VERSINFO[5]}" in
     9    *-os2*) exit 0
     10        ;;
     11esac   
    512
    613source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
Note: See TracChangeset for help on using the changeset viewer.