From f6dc65fd0eed116a5fb4642d8a2861ba58067028 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 1 Nov 2016 13:42:02 +0100 Subject: fix syntax error… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index e162a5eb..65fb5af6 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -774,7 +774,7 @@ check_buildinfo() { } sign_buildinfo() { - local $BUILDPATH = "./$1" + local $BUILDPATH="./$1" log_info "Signing $BUILDPATH/$BUILDINFO as $BUILDINFO_SIGNED" gpg --output=$BUILDPATH/$BUILDINFO_SIGNED --clearsign $BUILDPATH/$BUILDINFO || log_error "Could not sign $PWD/$BUILDPATH/$BUILDINFO" log_info "Signed $BUILDPATH/$BUILDINFO as $BUILDPATH/$BUILDINFO_SIGNED" -- cgit v1.2.3-54-g00ecf