summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_fdroid_build_environment.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-25 20:25:59 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-25 20:25:59 +0100
commita87a8c4b211a93f161723b15e9296079714432b0 (patch)
tree19b389a29666340a9cd1ee878dd28b9d44b2c195 /bin/reproducible_setup_fdroid_build_environment.sh
parent7715353fa2a775e598f53fddf65b672e4f477c6a (diff)
downloadjenkins.debian.net-a87a8c4b211a93f161723b15e9296079714432b0.tar.xz
reproducible fdroid: fix typo
Diffstat (limited to 'bin/reproducible_setup_fdroid_build_environment.sh')
-rwxr-xr-xbin/reproducible_setup_fdroid_build_environment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh
index c9b7d181..b1ff481a 100755
--- a/bin/reproducible_setup_fdroid_build_environment.sh
+++ b/bin/reproducible_setup_fdroid_build_environment.sh
@@ -14,7 +14,7 @@ common_init "$@"
. /srv/jenkins/bin/reproducible_common.sh
# define work space (differently than jenkins would normally do as we run via ssh on a different node…)
-$WORKSPACE=$BASE/fdroid
+WORKSPACE=$BASE/fdroid
mkdir -p $WORKSPACE
cd $WORKSPACE