* Use /bin/bash, not /bin/sh, since we really do need bash.
svn path=/nixpkgs/trunk/; revision=3018
This commit is contained in:
@@ -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";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user