ERR: Removed extra &&.

This commit is contained in:
Brad King 2003-02-09 16:11:56 -05:00
parent badbd8dc8d
commit 88a8486a49
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ win32_zipfile()
rm -rf cmake-${VERSION}-x86-win.zip &&
zip -r cmake-${VERSION}-x86-win.zip CMake \
-x CMake/INSTALL.LOG -x CMake/UNWISE.EXE -x CMake/WiseUpdt.exe &&
mv cmake-${VERSION}-x86-win.zip ${RELEASE_ROOT}/Win32 &&
mv cmake-${VERSION}-x86-win.zip ${RELEASE_ROOT}/Win32
) >Logs/win32_zipfile.log 2>&1 || error_log Logs/win32_zipfile.log
}