diff options
Diffstat (limited to 'tools/buildsteps/osx32/prepare-depends')
-rwxr-xr-x | tools/buildsteps/osx32/prepare-depends | 2 |
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 |