fix build

This commit is contained in:
Max Headroom 2024-07-23 14:22:34 +02:00
parent 2bb425a402
commit 9d2f91d1ea

View file

@ -139,7 +139,7 @@ struct CmdShell : InstallablesCommand, MixEnvironment
Strings args;
for (auto & arg : command) args.push_back(arg);
runProgramInStore(store, UseLookupPath::Use, *command.begin(), args);
execProgramInStore(store, UseLookupPath::Use, *command.begin(), args);
}
};