mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
lib/strings: fix quoting of example
Co-authored-by: Silvan Mosberger <github@infinisil.com>
This commit is contained in:
parent
226bc99659
commit
535997fa52
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ rec {
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
''
|
''
|
||||||
${toShellVar foo "some string"}
|
${toShellVar "foo" "some string"}
|
||||||
[[ "$foo" == "some string" ]]
|
[[ "$foo" == "some string" ]]
|
||||||
''
|
''
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue