Minor cleanup: remove superfluous semicolon.

This commit is contained in:
Oliver Tappe 2014-05-01 19:36:35 +02:00
parent 0c271993cf
commit 1a0cfb112b

View File

@ -469,7 +469,7 @@ actions DownloadLocatedFile1
{
source="$(2)"
if [ "$(HAIKU_NO_DOWNLOADS)" = 1 ]; then
echo "ERROR: Would need to download $(URL), but HAIKU_NO_DOWNLOADS is set!" ;
echo "ERROR: Would need to download $(URL), but HAIKU_NO_DOWNLOADS is set!"
exit 1
fi
wget -O "$(1)" $(URL) || exit 1