mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 20:20:58 +01:00
merged executeAndPrintShellCommand to runProgram
This commit is contained in:
parent
729933062b
commit
b9fe3f00c1
5 changed files with 47 additions and 73 deletions
|
|
@ -8,9 +8,6 @@ namespace nix {
|
|||
/* Create a state directory. */
|
||||
void createStateDirs(const DerivationStateOutputDirs & stateOutputDirs, const DerivationStateOutputs & stateOutputs, const StringPairs & env);
|
||||
|
||||
/* Create and prints the output prefixed with '[commandName]:' via print(lvlError,... of a shell command. */
|
||||
void executeAndPrintShellCommand(const string & command, const string & commandName);
|
||||
|
||||
}
|
||||
|
||||
#endif /* !__STORESTATE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue