diff options
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 65fb5af6..1175cec3 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" |