summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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 db944001..27128ba6 100755
--- a/bin/reproducible_setup_fdroid_build_environment.sh
+++ b/bin/reproducible_setup_fdroid_build_environment.sh
@@ -20,7 +20,7 @@ WORKSPACE=$BASE/fdroid
# add locking here to only run this if no build job is running…
#
# not yet needed, as we don't have any build jobs yet
-rm $WORKSPACE -r
+rm $WORKSPACE -rf
mkdir -p $WORKSPACE
cleanup_all() {