* /bin and /usr/bin are the same on OpenSolaris so the

special case is unnecessary.

svn path=/nixpkgs/trunk/; revision=30509
This commit is contained in:
Eelco Dolstra 2011-11-21 14:55:58 +00:00
parent eb38ca06bf
commit 2a91cfa027

View File

@ -4,7 +4,6 @@ rec {
shell =
if system == "i686-freebsd" || system == "x86_64-freebsd" then "/usr/local/bin/bash"
else if system == "i686-solaris" then "/usr/bin/bash"
else "/bin/bash";
path =