summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-01 15:22:15 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-01 15:22:15 +0100
commit38fc839000027e22056cb72d31247cfd04ef753e (patch)
treee730f28871e4b0c18a26f653c1c2d8a26e9d3483 /bin/reproducible_build.sh
parentf6dc65fd0eed116a5fb4642d8a2861ba58067028 (diff)
downloadjenkins.debian.net-38fc839000027e22056cb72d31247cfd04ef753e.tar.xz
/me wants a unified syntax for everything
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
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"