* 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