mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
* /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 =
|
||||
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user