diff options
author | Profpatsch <mail@profpatsch.de> | 2019-12-12 15:15:18 +0100 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2019-12-12 15:32:17 +0100 |
commit | 38b29fb72ca4a07afbec1fd5067f59ca7d7f0fab (patch) | |
tree | d2abaa5a1cd4814dcf220d84309f14751e3c2d8c /.dir-locals.el | |
parent | f800d450b78091835ab7ca67847d76e75d877a24 (diff) |
libstore/ssh: Improve error message on failing `execvp`
If the `throw` is reached, this means that execvp into `ssh` wasn’t
successful. We can hint at a usual problem, which is a missing `ssh`
executable.
Test with:
```
env PATH= ./result/bin/nix-copy-closure --builders '' unusedhost
```
and the bash version with
```
env PATH= ./result/bin/nix-copy-closure --builders '' localhost
```
Diffstat (limited to '.dir-locals.el')
0 files changed, 0 insertions, 0 deletions