* /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:
parent
eb38ca06bf
commit
2a91cfa027
@ -4,7 +4,6 @@ rec {
|
|||||||
|
|
||||||
shell =
|
shell =
|
||||||
if system == "i686-freebsd" || system == "x86_64-freebsd" then "/usr/local/bin/bash"
|
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";
|
else "/bin/bash";
|
||||||
|
|
||||||
path =
|
path =
|
||||||
|
Loading…
Reference in New Issue
Block a user