Remove a minor bug (a sort of warning from the shell).

This commit is contained in:
Laurent Rineau 2008-12-18 22:48:27 +00:00
parent c5090b1fab
commit 870eae3556
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ cd ..
tar -cf "${release_name}.tar" "${release_name}"
gzip "${release_name}.tar"
cp "${release_name}.tar.gz" "${HTML_DIR}"
if [ -z "${NO_TESTSUITE}"]; then
if [ -z "${NO_TESTSUITE}" ]; then
echo "${release_name}.tar.gz" > "${HTML_DIR}/LATEST"
fi