mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
runProgram backup2
This commit is contained in:
parent
0a4a3a1b68
commit
40161d0be1
2 changed files with 2 additions and 1 deletions
|
|
@ -773,7 +773,7 @@ void killUser(uid_t uid)
|
|||
string runProgram(Path program, bool searchPath, const Strings & args)
|
||||
{
|
||||
/* Split args based on | for pipe-ing */
|
||||
|
||||
StringsList l;
|
||||
|
||||
/* Create a pipe. */
|
||||
Pipe pipe;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue