mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
![]() SSH merges its arguments by space-concatenation - it does not preserve the array structure. This is arguably a historic mistake, whose fix would be too breaking. I suppose it will stay this way forever, until perhaps a better behavior can be opted in to using a flag, and I don't think this flag exists yet. To make multi-argument commands work reliably over ssh, we need to escape them, which is what the ${@@Q} incantation achieves. |
||
---|---|---|
.. | ||
bsd | ||
darwin | ||
linux | ||
windows |