diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-25 20:25:59 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-25 20:25:59 +0100 |
commit | a87a8c4b211a93f161723b15e9296079714432b0 (patch) | |
tree | 19b389a29666340a9cd1ee878dd28b9d44b2c195 /bin | |
parent | 7715353fa2a775e598f53fddf65b672e4f477c6a (diff) | |
download | jenkins.debian.net-a87a8c4b211a93f161723b15e9296079714432b0.tar.xz |
reproducible fdroid: fix typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup_fdroid_build_environment.sh | 2 |
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 |