From e75100f549f85d231df25c07aa94d63e78e2d668 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sat, 9 Oct 2010 18:57:04 +0300 Subject: [PATCH] Windows: Fix a diagnostics bug in build.bash. --- windows/build.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/build.bash b/windows/build.bash index a45d33c3..40808bc9 100644 --- a/windows/build.bash +++ b/windows/build.bash @@ -188,7 +188,7 @@ else echo " You can create them yourself from the pkg directory." fi -if [ ! -f windows/COPYING-Windows.txt ]; then +if [ ! -f ../windows/COPYING-Windows.txt ]; then echo echo "NOTE: windows/COPYING-Windows.txt doesn't exists." echo " MinGW(-w64) runtime copyright information"