mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
src/libutil/util.hh: Formatting
This commit is contained in:
parent
74210c12fe
commit
5f9b5758b6
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ std::string shellEscape(const std::string_view s);
|
||||||
|
|
||||||
|
|
||||||
/* Recreate the effect of the perl shellwords function, breaking up a
|
/* Recreate the effect of the perl shellwords function, breaking up a
|
||||||
* string into arguments like a shell word, including escapes */
|
string into arguments like a shell word, including escapes. */
|
||||||
std::vector<std::string> shellwords2(const std::string & s);
|
std::vector<std::string> shellwords2(const std::string & s);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue