1
0
Fork 0
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:
Ben Burdette 2020-05-07 16:43:36 -06:00
parent e3901638b5
commit 1b801cec40
3 changed files with 23 additions and 7 deletions

View file

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