Skip to content
This repository was archived by the owner on Apr 23, 2022. It is now read-only.

Commit ab2d2b2

Browse files
Fixed calling convention
1 parent 7a8f5af commit ab2d2b2

34 files changed

+39
-39
lines changed

frameworks/C++/ULib/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fi
5353

5454
# 1. Download ULib
5555
cd $IROOT
56-
fw_get -O ULib-${ULIB_VERSION}.tar.gz https://github.com/stefanocasazza/ULib/archive/v${ULIB_VERSION}.tar.gz
56+
fw_get -o ULib-${ULIB_VERSION}.tar.gz https://github.com/stefanocasazza/ULib/archive/v${ULIB_VERSION}.tar.gz
5757
fw_untar ULib-${ULIB_VERSION}.tar.gz
5858

5959
# 2. Compile application (userver_tcp)

frameworks/C++/cpoll_cppsp/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RETCODE=$(fw_exists ${IROOT}/cppsp.installed)
55

66
sudo apt-get install -y postgresql-server-dev-9.3 libpq-dev
77

8-
fw_get -O cppsp_0.2.3.tar.xz http://downloads.sourceforge.net/project/cpollcppsp/CPPSP%200.2%20%28testing%29/cppsp_0.2.3.tar.xz
8+
fw_get -o cppsp_0.2.3.tar.xz http://downloads.sourceforge.net/project/cpollcppsp/CPPSP%200.2%20%28testing%29/cppsp_0.2.3.tar.xz
99
fw_untar cppsp_0.2.3.tar.xz
1010

1111
# Using cp+rm over mv intentionally, because apparently this download

frameworks/C++/silicon/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CXX=/usr/bin/g++-4.9 ./install.sh $IROOT
99

1010
# Install microhttpd
1111
cd $DIR
12-
fw_get http://mirror.ibcp.fr/pub/gnu/libmicrohttpd/libmicrohttpd-0.9.39.tar.gz
12+
fw_get -O http://mirror.ibcp.fr/pub/gnu/libmicrohttpd/libmicrohttpd-0.9.39.tar.gz
1313
fw_untar libmicrohttpd-0.9.39.tar.gz
1414
cd libmicrohttpd-0.9.39
1515
./configure --prefix=$IROOT

frameworks/Ur/urweb/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COMPILER=${IROOT}/urweb
66
RETCODE=$(fw_exists $COMPILER)
77
[ ! "$RETCODE" == 0 ] || [ ! `$COMPILER | grep -oE '[^ ]+$'` == "$VERSION" ] || { return 0; }
88

9-
fw_get http://www.impredicative.com/ur/urweb-$VERSION.tgz
9+
fw_get -O http://www.impredicative.com/ur/urweb-$VERSION.tgz
1010
fw_untar urweb-$VERSION.tgz
1111
cd urweb-$VERSION
1212
./configure --prefix=${IROOT}/urweb

toolset/setup/linux/frameworks/duda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RETCODE=$(fw_exists duda-0.23.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

6-
fw_get http://duda.io/releases/duda-client/dudac-0.23.tar.gz -O dudac-0.23.tar.gz
6+
fw_get http://duda.io/releases/duda-client/dudac-0.23.tar.gz -O
77
fw_untar dudac-0.23.tar.gz
88

99
cd dudac-0.23

toolset/setup/linux/frameworks/grails.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RETCODE=$(fw_exists ${IROOT}/grails-2.4.4.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

6-
fw_get http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/grails-2.4.4.zip -O grails-2.4.4.zip
6+
fw_get http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/grails-2.4.4.zip -O
77
fw_unzip grails-2.4.4.zip
88

99
touch ${IROOT}/grails-2.4.4.installed

toolset/setup/linux/frameworks/play1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RETCODE=$(fw_exists ${IROOT}/play-1.2.5.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

6-
fw_get http://downloads.typesafe.com/releases/play-1.2.5.zip -O play-1.2.5.zip
6+
fw_get http://downloads.typesafe.com/releases/play-1.2.5.zip -O
77
fw_unzip play-1.2.5.zip
88

99
touch ${IROOT}/play-1.2.5.installed

toolset/setup/linux/frameworks/play2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
RETCODE=$(fw_exists play-2.2.0)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

6-
fw_get http://downloads.typesafe.com/play/2.2.0/play-2.2.0.zip -O play-2.2.0.zip
6+
fw_get http://downloads.typesafe.com/play/2.2.0/play-2.2.0.zip -O
77
fw_unzip play-2.2.0.zip

toolset/setup/linux/frameworks/treefrog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RETCODE=$(fw_exists ${IROOT}/treefrog.installed)
55

66
sudo apt-get install -y qt4-qmake libqt4-dev libqt4-sql-mysql libqt4-sql-psql g++
77

8-
fw_get http://downloads.sourceforge.net/project/treefrog/src/treefrog-1.7.7.tar.gz -O treefrog-1.7.7.tar.gz
8+
fw_get http://downloads.sourceforge.net/project/treefrog/src/treefrog-1.7.7.tar.gz -O
99
fw_untar treefrog-1.7.7.tar.gz
1010
cd treefrog-1.7.7
1111
# Someday we can try this... I couldn't get it working

toolset/setup/linux/frameworks/wt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ elif [ "$TFB_DISTRIB_CODENAME" == "precise" ]; then
2626
sudo apt-get -y install libboost1.48-all-dev
2727
fi
2828

29-
fw_get http://downloads.sourceforge.net/witty/wt-3.3.3.tar.gz -O wt-3.3.3.tar.gz
29+
fw_get http://downloads.sourceforge.net/witty/wt-3.3.3.tar.gz -O
3030
fw_untar wt-3.3.3.tar.gz
3131

3232
cd wt-3.3.3

toolset/setup/linux/languages/crystal-0.7.1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ URL=https://github.com/manastech/crystal/releases/download/0.7.1/crystal-0.7.1-1
77

88
# Default filename is too long, causing problems
99
# Use -O to specify
10-
fw_get -O $SAVE_AS $URL
10+
fw_get -o $SAVE_AS $URL
1111

1212
fw_untar crystal-0.7.1-1-linux-x86_64.tar.gz
1313

toolset/setup/linux/languages/dart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RETCODE=$(fw_exists ${IROOT}/dart-sdk.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

6-
fw_get http://storage.googleapis.com/dart-archive/channels/stable/release/42828/sdk/dartsdk-linux-x64-release.zip
6+
fw_get -O http://storage.googleapis.com/dart-archive/channels/stable/release/42828/sdk/dartsdk-linux-x64-release.zip
77
fw_unzip dartsdk-linux-x64-release.zip
88

99
touch ${IROOT}/dart-sdk.installed

toolset/setup/linux/languages/dlang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RETCODE=$(fw_exists ${DLANG}.installed)
77
return 0; }
88

99
mkdir -p $DLANG
10-
fw_get http://downloads.dlang.org/releases/2.x/2.067.1/dmd_2.067.1-0_amd64.deb
10+
fw_get -O http://downloads.dlang.org/releases/2.x/2.067.1/dmd_2.067.1-0_amd64.deb
1111
dpkg-deb -x dmd_2.067.1-0_amd64.deb $DLANG
1212

1313
# According to this file (dmd.conf) dmd will, upon execution, look for

toolset/setup/linux/languages/elixir.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VERSION="1.0.4-1"
1010
RELEASE="trusty"
1111
ARCH="amd64"
1212

13-
fw_get http://packages.erlang-solutions.com/site/esl/elixir/FLAVOUR_2_download/elixir_${VERSION}~ubuntu~${RELEASE}_${ARCH}.deb
13+
fw_get -O http://packages.erlang-solutions.com/site/esl/elixir/FLAVOUR_2_download/elixir_${VERSION}~ubuntu~${RELEASE}_${ARCH}.deb
1414
dpkg -x elixir_${VERSION}~ubuntu~${RELEASE}_${ARCH}.deb $IROOT/elixir
1515
$IROOT/erlang/usr/lib/erlang/Install -minimal $IROOT/erlang/usr/lib/erlang
1616

toolset/setup/linux/languages/erlang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VERSION="17.4-2"
77
RELEASE="trusty"
88
ARCH="amd64"
99

10-
fw_get http://packages.erlang-solutions.com/site/esl/esl-erlang/FLAVOUR_1_esl/esl-erlang_${VERSION}~ubuntu~${RELEASE}_${ARCH}.deb
10+
fw_get -O http://packages.erlang-solutions.com/site/esl/esl-erlang/FLAVOUR_1_esl/esl-erlang_${VERSION}~ubuntu~${RELEASE}_${ARCH}.deb
1111
dpkg -x esl-erlang_${VERSION}~ubuntu~${RELEASE}_${ARCH}.deb $IROOT/erlang
1212
$IROOT/erlang/usr/lib/erlang/Install -minimal $IROOT/erlang/usr/lib/erlang
1313

toolset/setup/linux/languages/go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RETCODE=$(fw_exists ${IROOT}/go1.4.2.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

6-
fw_get https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz
6+
fw_get -O https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz
77
fw_untar go1.4.2.linux-amd64.tar.gz
88

99
touch ${IROOT}/go1.4.2.installed

toolset/setup/linux/languages/nvm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RETCODE=$(fw_exists ${IROOT}/nvm.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

6-
fw_get https://raw.githubusercontent.com/creationix/nvm/v0.24.1/install.sh
6+
fw_get -O https://raw.githubusercontent.com/creationix/nvm/v0.24.1/install.sh
77
NVM_DIR=$IROOT/nvm bash install.sh
88

9-
touch ${IROOT}/nvm.installed
9+
touch ${IROOT}/nvm.installed

toolset/setup/linux/languages/perl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
RETCODE=$(fw_exists ${IROOT}/perl-5.18.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

6-
fw_get https://raw.github.com/tokuhirom/Perl-Build/master/perl-build -O perl-build.pl
6+
fw_get https://raw.github.com/tokuhirom/Perl-Build/master/perl-build -o perl-build.pl
77
# compile with optimizations, n.b. this does not turn on debugging
88
perl perl-build.pl -DDEBUGGING=-g 5.18.2 perl-5.18 2>&1 | tee $IROOT/perl-install.log | awk '{ if (NR%100 == 0) printf "."}'
99

10-
fw_get http://cpanmin.us -O cpanminus.pl
10+
fw_get http://cpanmin.us -o cpanminus.pl
1111
perl-5.18/bin/perl cpanminus.pl --notest --no-man-page App::cpanminus
1212
# Install only a bare-bones of Perl modules
1313
# Install others in the per-framework install script or cpanfile

toolset/setup/linux/languages/php.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RETCODE=$(fw_exists ${IROOT}/php.installed)
1313

1414
VERSION="5.5.17"
1515

16-
fw_get http://php.net/distributions/php-${VERSION}.tar.gz -O php-${VERSION}.tar.gz
16+
fw_get http://php.net/distributions/php-${VERSION}.tar.gz -o php-${VERSION}.tar.gz
1717
fw_untar php-${VERSION}.tar.gz
1818
mv php-${VERSION} php
1919
cd php

toolset/setup/linux/languages/pypy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RETCODE=$(fw_exists ${IROOT}/pypy.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

6-
fw_get https://bitbucket.org/pypy/pypy/downloads/pypy-2.6.0-linux64.tar.bz2 -O pypy-2.6.0-linux64.tar.bz2
6+
fw_get https://bitbucket.org/pypy/pypy/downloads/pypy-2.6.0-linux64.tar.bz2 -o pypy-2.6.0-linux64.tar.bz2
77
fw_untar pypy-2.6.0-linux64.tar.bz2
88
ln -sf pypy-2.6.0-linux64 pypy
99

toolset/setup/linux/languages/python2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RETCODE=$(fw_exists ${IROOT}/py2.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

6-
fw_get http://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz
6+
fw_get -O http://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz
77
fw_untar Python-2.7.10.tgz
88
cd Python-2.7.10
99
./configure --prefix=${IROOT}/py2 --disable-shared --quiet

toolset/setup/linux/languages/python3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RETCODE=$(fw_exists ${IROOT}/py3.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

6-
fw_get http://www.python.org/ftp/python/3.4.3/Python-3.4.3.tar.xz
6+
fw_get -O http://www.python.org/ftp/python/3.4.3/Python-3.4.3.tar.xz
77
fw_untar Python-3.4.3.tar.xz
88
cd Python-3.4.3
99
./configure --prefix=${IROOT}/py3 --disable-shared --with-computed-gotos --quiet

toolset/setup/linux/languages/racket.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ if [ "$RET" == 0 ]; then
55
return 0;
66
fi
77

8-
fw_get http://mirror.racket-lang.org/installers/recent/racket-src.tgz -O racket-src.tar.gz
8+
fw_get http://mirror.racket-lang.org/installers/recent/racket-src.tgz -o racket-src.tar.gz
99
fw_untar racket-src.tar.gz
1010
mv racket racket-install
1111
cd racket-install/src
1212
./configure --prefix=${IROOT}/racket
1313
make
1414
make install
1515

16-
touch ${IROOT}/racket.installed
16+
touch ${IROOT}/racket.installed

toolset/setup/linux/languages/ringojs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RETCODE=$(fw_exists ${IROOT}/ringojs_0.10.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

6-
fw_get http://www.ringojs.org/downloads/ringojs_0.10-1_all.deb
6+
fw_get -O http://www.ringojs.org/downloads/ringojs_0.10-1_all.deb
77
sudo apt-get install -y jsvc
88
sudo dpkg -i ringojs_0.10-1_all.deb
99

toolset/setup/linux/languages/rust.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RETCODE=$(fw_exists $IROOT/rust.installed)
44
[ ! "$RETCODE" == 0 ] || { . $IROOT/rust.installed; return 0; }
55

6-
fw_get https://static.rust-lang.org/dist/rust-1.0.0-x86_64-unknown-linux-gnu.tar.gz
6+
fw_get -O https://static.rust-lang.org/dist/rust-1.0.0-x86_64-unknown-linux-gnu.tar.gz
77
fw_untar rust-1.0.0-x86_64-unknown-linux-gnu.tar.gz
88
(
99
cd rust-1.0.0-x86_64-unknown-linux-gnu

toolset/setup/linux/systools/composer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ PHP_HOME=${PHP_HOME:-${IROOT}/php-5.5.17}
1010
mkdir -p php-composer
1111
cd php-composer
1212

13-
fw_get https://getcomposer.org/installer -O composer-installer.php
13+
fw_get https://getcomposer.org/installer -o composer-installer.php
1414

1515
# Use the PHP and composer from our PHP_HOME directory and
1616
# COMPOSER_HOME directories
1717
${PHP_HOME}/bin/php composer-installer.php --install-dir=${COMPOSER_HOME}
1818

1919
cd ..
20-
touch ${IROOT}/php-composer.installed
20+
touch ${IROOT}/php-composer.installed

toolset/setup/linux/systools/dub.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RETCODE=$(fw_exists ${DUB}.installed)
88

99
mkdir dub
1010
cd dub
11-
fw_get http://code.dlang.org/files/dub-0.9.23-linux-x86_64.tar.gz
11+
fw_get -O http://code.dlang.org/files/dub-0.9.23-linux-x86_64.tar.gz
1212
fw_untar dub-0.9.23-linux-x86_64.tar.gz
1313

1414
echo -e "export PATH=${DUB}:\$PATH" > $DUB.installed

toolset/setup/linux/systools/leiningen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RETCODE=$(fw_exists ${IROOT}/lein.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

66
mkdir -p lein/bin
7-
fw_get https://raw.github.com/technomancy/leiningen/stable/bin/lein -O leinbin
7+
fw_get https://raw.github.com/technomancy/leiningen/stable/bin/lein -o leinbin
88
mv leinbin lein/bin/lein
99
chmod +x lein/bin/lein
1010

toolset/setup/linux/systools/sbt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RETCODE=$(fw_exists ${IROOT}/sbt.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

66
sbt_ver=0.13.8
7-
fw_get http://dl.bintray.com/sbt/native-packages/sbt/$sbt_ver/sbt-$sbt_ver.zip -O sbt-$sbt_ver.zip
7+
fw_get http://dl.bintray.com/sbt/native-packages/sbt/$sbt_ver/sbt-$sbt_ver.zip -O
88
fw_unzip sbt-$sbt_ver.zip
99

1010
touch ${IROOT}/sbt.installed

toolset/setup/linux/webservers/mongrel2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ sudo apt-get install -y sqlite3 libsqlite3-dev uuid uuid-runtime uuid-dev
1111
# Update linker cache
1212
sudo ldconfig -v
1313

14-
fw_get https://github.com/zedshaw/mongrel2/tarball/v1.8.1 -O mongrel2.tar.gz
14+
fw_get https://github.com/zedshaw/mongrel2/tarball/v1.8.1 -o mongrel2.tar.gz
1515
fw_untar mongrel2.tar.gz
1616

1717
# mongrel2 untars into this folder
1818
mv zedshaw-mongrel2-aa2ecf8 mongrel2-install
1919

2020
# for zmq4, we update the following file manually (not in v1.8.1)
21-
fw_get https://raw.github.com/zedshaw/mongrel2/9b565eeea003783c47502c2d350b99c9684ce97c/src/zmq_compat.h
21+
fw_get -O https://raw.github.com/zedshaw/mongrel2/9b565eeea003783c47502c2d350b99c9684ce97c/src/zmq_compat.h
2222
mv -f zmq_compat.h mongrel2-install/src/
2323

2424
cd mongrel2-install

toolset/setup/linux/webservers/nginx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RETCODE=$(fw_exists ${IROOT}/nginx.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

6-
fw_get http://nginx.org/download/nginx-1.4.1.tar.gz
6+
fw_get -O http://nginx.org/download/nginx-1.4.1.tar.gz
77
fw_untar nginx-1.4.1.tar.gz
88
cd nginx-1.4.1
99

toolset/setup/linux/webservers/openresty.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RETCODE=$(fw_exists ${IROOT}/openresty-1.7.10.1.installed)
55

66
fw_depends nginx lua
77

8-
fw_get http://openresty.org/download/ngx_openresty-1.7.10.1.tar.gz
8+
fw_get -O http://openresty.org/download/ngx_openresty-1.7.10.1.tar.gz
99
fw_untar ngx_openresty-1.7.10.1.tar.gz
1010

1111
cd ngx_openresty-1.7.10.1

toolset/setup/linux/webservers/resin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RETCODE=$(fw_exists ${IROOT}/resin-$RVER.installed)
88
fw_depends java7
99
sudo cp -r $JAVA_HOME/include $JAVA_HOME/jre/bin/
1010

11-
fw_get http://www.caucho.com/download/resin-$RVER.tar.gz
11+
fw_get -O http://www.caucho.com/download/resin-$RVER.tar.gz
1212
fw_untar resin-$RVER.tar.gz
1313
cd resin-$RVER
1414
./configure --prefix=`pwd`

toolset/setup/linux/webservers/zeromq.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RETCODE=$(fw_exists ${IROOT}/zeromq-4.0.3.installed)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

6-
fw_get http://download.zeromq.org/zeromq-4.0.3.tar.gz
6+
fw_get -O http://download.zeromq.org/zeromq-4.0.3.tar.gz
77
fw_untar zeromq-4.0.3.tar.gz
88
mv zeromq-4.0.3 zeromq-4.0.3-install
99
cd zeromq-4.0.3-install

0 commit comments

Comments
 (0)