diff options
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 |