1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 04:30:59 +01:00

before merging executeAndPrintShellCommand to runProgram

This commit is contained in:
Wouter den Breejen 2007-06-28 11:11:09 +00:00
parent 1c0b052243
commit 729933062b
2 changed files with 15 additions and 0 deletions

View file

@ -295,6 +295,9 @@ string trim(const string & s);
//excecute a shell command
void executeAndPrintShellCommand(const string & command, const string & commandName, const bool & captureOutput);
//
string runProgram_AndPrintOutput(Path program, bool searchPath, const Strings & args, const string outputPrefix);
//Convert time_t to a string
string time_t2string(const time_t & t);