diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-11-10 11:42:06 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-11-10 11:42:06 -0400 |
commit | 96f6a72577595faad00f31b214ae25e3bec4b5b3 (patch) | |
tree | b84e38bbf04546f47d8b8441026f1ce0ee5eefbd /debian | |
parent | ca6bfa0691228480cc8de4bd697bc3c23a576f65 (diff) |
runshell: Avoid failing when $HOME/.ssh does not exist and cannot be created.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d45a9d269..18a855661 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ git-annex (5.20151102.2) UNRELEASED; urgency=medium recover. * quvi may output utf-8 encoded data when the conifigured locale doesn't support that; avoid crashing on such invalid encoding. + * runshell: Avoid failing when $HOME/.ssh does not exist and cannot be + created. -- Joey Hess <id@joeyh.name> Wed, 04 Nov 2015 12:50:20 -0400 |