From 40a5e203ac57389b921a1498d76cdd3874ee4f6a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 12 Dec 2015 20:28:11 +0100 Subject: Remove erroneous trailing backslash This used to work, but a recent change to yarn broke it. The change is that yarn now supports (or its next release will do so) arbitrary language for IMPLEMENTS, and as a result yarn no longer puts empty lines between files it concatenates and feeds to the shell. --- yarns/9000-implements.yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarns') diff --git a/yarns/9000-implements.yarn b/yarns/9000-implements.yarn index f9c9d69f..a1f313bf 100644 --- a/yarns/9000-implements.yarn +++ b/yarns/9000-implements.yarn @@ -505,7 +505,7 @@ Remove a public key from a repository. get_fingerprint "$MATCH_2" | awk '{ print substr($0, length-16) }')" run_obnam "$MATCH_1" -r "$DATADIR/$MATCH_3" \ - remove-key --keyid "$keyid" \ + remove-key --keyid "$keyid" Forget a key from the user's keyring. -- cgit v1.2.1