Module: tools Branch: master Commit: 7a38bfee074e448a7d04984e4a153f5b8e22568f URL: http://source.winehq.org/git/tools.git/?a=commit;h=7a38bfee074e448a7d04984e4...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Mar 21 17:18:30 2008 +0100
wine_release: Add -f flag to git-clean.
---
wine_release | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/wine_release b/wine_release index ece534c..27043aa 100755 --- a/wine_release +++ b/wine_release @@ -88,7 +88,7 @@ echo "==== UPDATING WINE API STATS PAGE ====" $tools_dir/winapi_stats > winapi_stats.template && mv -f winapi_stats.template $templates_dir/en/winapi_stats.template
# cleanup source tree -git clean -q -d -x +git clean -q -d -x -f rm -rf .git
# end