mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 16:02:43 +01:00
Fix some instances of 'will'
This commit is contained in:
parent
76b9be3782
commit
a989a23d1a
19 changed files with 137 additions and 138 deletions
|
|
@ -474,7 +474,7 @@ static void main_nix_build(int argc, char * * argv)
|
|||
|
||||
} catch (Error & e) {
|
||||
logError(e.info());
|
||||
notice("will use bash from your environment");
|
||||
notice("uses bash from your environment");
|
||||
shell = "bash";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue