mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Windows: Fix a diagnostics bug in build.bash.
This commit is contained in:
parent
efeb998a2b
commit
e75100f549
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue