Minor cleanup: remove superfluous semicolon.
This commit is contained in:
parent
0c271993cf
commit
1a0cfb112b
@ -469,7 +469,7 @@ actions DownloadLocatedFile1
|
|||||||
{
|
{
|
||||||
source="$(2)"
|
source="$(2)"
|
||||||
if [ "$(HAIKU_NO_DOWNLOADS)" = 1 ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
wget -O "$(1)" $(URL) || exit 1
|
wget -O "$(1)" $(URL) || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user