bup: Don't pass - to bup-split to make it read stdin

bup 0.25 does not accept that; and bup split reads from stdin by
default if no file is given. I'm not sure what version of bup changed this.

This only affected bup special remotes that were encrypted.
This commit is contained in:
Joey Hess 2012-10-23 16:01:02 -04:00
parent e49e9186c8
commit 8b1235b022
2 changed files with 5 additions and 3 deletions

2
debian/changelog vendored
View file

@ -17,6 +17,8 @@ git-annex (3.20121018) UNRELEASED; urgency=low
* uninit: Check and abort if there are symlinks to annexed content that
are not checked into git.
* webapp: Switched to using the same multicast IP address that avahi uses.
* bup: Don't pass - to bup-split to make it read stdin; bup 0.25
does not accept that.
-- Joey Hess <joeyh@debian.org> Wed, 17 Oct 2012 14:24:10 -0400