mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
* Use /bin/bash, not /bin/sh, since we really do need bash.
svn path=/nixpkgs/trunk/; revision=3018
This commit is contained in:
parent
f0ee6546db
commit
edbfa75d01
@ -7,7 +7,7 @@
|
||||
|
||||
let {
|
||||
|
||||
shell = "/bin/sh";
|
||||
shell = "/bin/bash";
|
||||
|
||||
body =
|
||||
|
||||
|
@ -15,5 +15,5 @@ genericStdenv {
|
||||
inherit stdenv;
|
||||
};
|
||||
|
||||
shell = "/bin/sh";
|
||||
shell = "/bin/bash";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user