From 6b98ab963dba863c76a3923609602851bde6b402 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 19 Oct 2016 07:34:47 +0200 Subject: Fix syntax error from the InRelease change Thanks, David Schneider! --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index dbb9b98..5630d59 100644 --- a/functions +++ b/functions @@ -556,7 +556,7 @@ download_release_indices () { progress 0 100 DOWNREL "Downloading Release file" progress_next 100 if get "$m1/dists/$SUITE/InRelease" "$inreldest" nocache; then - sed -n '/^-----BEGIN PGP SIGNATURE-----$/,/^-----END PGP SIGNATURE-----$/p' < + sed -n '/^-----BEGIN PGP SIGNATURE-----$/,/^-----END PGP SIGNATURE-----$/p' < \ "$inreldest" > "$relsigdest" # We assume \a does not appear in the Release file, and strip # the last \n through the tr round-trip. -- cgit v0.12