1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-17 07:52:43 +01:00

Fix some instances of 'will'

This commit is contained in:
Luc Perkins 2025-06-06 10:51:58 -07:00
parent 76b9be3782
commit a989a23d1a
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5
19 changed files with 137 additions and 138 deletions

View file

@ -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";
}
}