Changeset 3464
- Timestamp:
- Jun 17, 2007, 2:14:33 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/sys-apps/portage/bin/prepstrip
r3418 r3464 3 3 # Distributed under the terms of the GNU General Public License v2 4 4 # $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) 8 case "${BASH_VERSINFO[5]}" in 9 *-os2*) exit 0 10 ;; 11 esac 5 12 6 13 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
Note:
See TracChangeset
for help on using the changeset viewer.