Fix test in build_haiku_image.

This commit is contained in:
Jérôme Duval
2014-05-25 23:45:22 +02:00
parent 4bb543e517
commit c6d5c94217
+1 -1
View File
@@ -215,7 +215,7 @@ downloadFile()
path=$2
if [ ! -f "$path" ]; then
if [ "$noDownloads" == "1" ]; then
if [ "$noDownloads" = "1" ]; then
echo "ERROR: Would need to download $url, but HAIKU_NO_DOWNLOADS "
"is set!"
exit 1