* 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 {
|
let {
|
||||||
|
|
||||||
shell = "/bin/sh";
|
shell = "/bin/bash";
|
||||||
|
|
||||||
body =
|
body =
|
||||||
|
|
||||||
|
@ -15,5 +15,5 @@ genericStdenv {
|
|||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
shell = "/bin/sh";
|
shell = "/bin/bash";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user