summaryrefslogtreecommitdiff
path: root/download
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-13 20:36:31 +0300
committerTor Lillqvist <tml@iki.fi>2011-05-13 20:36:31 +0300
commit414c15bbb24537a098f1c73aaaf691eaa2c2a1ef (patch)
treec10dd41ac32553025057617cb121dbab3b472390 /download
parenteaf8e0939a3d8b724dec7ff48d4ada48bbfe3ebc (diff)
Argh, it's just host, not host_alias
Diffstat (limited to 'download')
-rwxr-xr-xdownload2
1 files changed, 1 insertions, 1 deletions
diff --git a/download b/download
index 07bf86aa4af1..3a4ac9d1b885 100755
--- a/download
+++ b/download
@@ -272,5 +272,5 @@ done
[ -x "post_download" ] || { echo "'post_download' script not found, run ./autogen.sh." ; exit 1 ; }
-./post_download --build=$BUILD_ALIAS --host=$HOST_ALIAS || exit 1
+./post_download --build=$BUILD_PLATFORM --host=$HOST_PLATFORM || exit 1
# vim:set shiftwidth=4 softtabstop=4 expandtab: