Fix test in build_haiku_image.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user