diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T17·47+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T17·47+0100 |
commit | 0202ce6b94f287f70a6723473c73a4c7f135dae4 (patch) | |
tree | b87dc49e456c3e9a2cb335b94ac22542a875be32 /corepkgs | |
parent | 9285f0aa2b44427afef7c50f0efae8f74307a7a5 (diff) |
Add support for ‘make installcheck’
Diffstat (limited to 'corepkgs')
-rw-r--r-- | corepkgs/config.nix.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/config.nix.in b/corepkgs/config.nix.in index 3819dc96c164..a5ec83b9ea0c 100644 --- a/corepkgs/config.nix.in +++ b/corepkgs/config.nix.in @@ -4,7 +4,7 @@ let if val != "" then val else def; in { perl = "@perl@"; - shell = "@shell@"; + shell = "@bash@"; coreutils = "@coreutils@"; bzip2 = "@bzip2@"; gzip = "@gzip@"; |