blob: 2580dbf55d0bf0b63104a6618aa32182828720c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: sh.eselect-0.4,v 1.1 2013/01/13 14:32:20 mgorny Exp $
DESCRIPTION="Manage /bin/sh (POSIX shell) implementations"
MAINTAINER="mgorny@gentoo.org"
VERSION="0.4"
SYMLINK_PATH=/bin/sh
SYMLINK_TARGETS=( bash dash zsh posh mksh busybox )
SYMLINK_DESCRIPTION='POSIX shell'
SYMLINK_CRUCIAL=1
inherit bin-symlink
|