mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
pretending to be const
This commit is contained in:
parent
e3901638b5
commit
1b801cec40
3 changed files with 23 additions and 7 deletions
|
@ -368,7 +368,7 @@ static void _main(int argc, char * * argv)
|
|||
shell = drv->queryOutPath() + "/bin/bash";
|
||||
|
||||
} catch (Error & e) {
|
||||
// TODO: append error msg
|
||||
// TODO: append error msg; warn()?
|
||||
logError(e.info());
|
||||
printError("warning: %s; will use bash from your environment", e.what());
|
||||
shell = "bash";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue