summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-26 13:04:29 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-26 13:04:29 +0200
commit9ea06a057809e826ec14f076cba120edac910786 (patch)
tree24061ab278bf34ef9c8e0ff1731cbf795a24500e /bin
parent0cb8d2f23f19d5a50d2ec3d8e274d30349f4a00f (diff)
downloadjenkins.debian.net-9ea06a057809e826ec14f076cba120edac910786.tar.xz
remove double local definition
Diffstat (limited to 'bin')
-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 56a4deca..366d7a0a 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -389,7 +389,7 @@ choose_package() {
rm -f $BAD_BUILDS
# mark build attempt, first test if none else marked a build attempt recently
echo "ok, let's check if $SRCPACKAGE is building anywhere yet…"
- local RESULT=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT date_build_started FROM schedule WHERE package_id='$SRCPKGID'")
+ RESULT=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT date_build_started FROM schedule WHERE package_id='$SRCPKGID'")
if [ -z "$RESULT" ] ; then
echo "ok, $SRCPACKAGE is not building anywhere…"
# try to update the schedule with our build attempt, then check no else did it, if so, abort