Module: wine Branch: master Commit: 9a1000c8cc88c78309d5ad017e7e4f2f1c2d825b URL: http://source.winehq.org/git/wine.git/?a=commit;h=9a1000c8cc88c78309d5ad017e...
Author: André Hentschel nerv@dawncrow.de Date: Fri Dec 3 19:30:41 2010 +0100
winemaker: Remove a comment.
---
tools/winemaker | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/tools/winemaker b/tools/winemaker index 28fc9bd..7e98d77 100755 --- a/tools/winemaker +++ b/tools/winemaker @@ -1980,8 +1980,6 @@ sub fix_file($$$) }
print " $filename\n"; - #FIXME:assuming that because there is a .bak file, this is what we want is - #probably flawed. Or is it??? if (! -e "$filename.bak") { if (!copy("$filename","$filename.bak")) { print STDERR "error: unable to make a backup of $filename:\n";