aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/osx32/prepare-depends
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildsteps/osx32/prepare-depends')
-rwxr-xr-xtools/buildsteps/osx32/prepare-depends2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/osx32/prepare-depends b/tools/buildsteps/osx32/prepare-depends
index e3661ccde1..ed4ad83448 100755
--- a/tools/buildsteps/osx32/prepare-depends
+++ b/tools/buildsteps/osx32/prepare-depends
@@ -9,6 +9,6 @@ cd $WORKSPACE;git clean -xfd -e "tools/depends" -e "addons/pvr.*"
if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ]
then
#clean up the rest too
- cd $WORKSPACE;git clean -xfd
+ cd $WORKSPACE;git clean -xffd
cd $WORKSPACE/tools/depends/;./bootstrap
fi