diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-19 16:29:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-19 16:29:14 +0300 |
commit | 9518911bde93acb5100f615e9fd1e8a6ce7ba95a (patch) | |
tree | bfa8db0832700ed71d07779a941ec5a365bcf500 /.ci | |
parent | 40e4d85606c1cb9fac07a364a8fb92d920d481ff (diff) | |
download | spm-9518911bde93acb5100f615e9fd1e8a6ce7ba95a.tar.gz spm-9518911bde93acb5100f615e9fd1e8a6ce7ba95a.tar.bz2 spm-9518911bde93acb5100f615e9fd1e8a6ce7ba95a.tar.xz spm-9518911bde93acb5100f615e9fd1e8a6ce7ba95a.zip |
Fix console output from ci install script.
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/install.sh b/.ci/install.sh index d09c953..26f7309 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -8,5 +8,5 @@ fi echo "apt-get update" ./.ci/retry.sh apt-get update || exit 1 -echo "apt-get -y -qq install git-core bash" +echo "apt-get -y -qq install $*" ./.ci/retry.sh apt-get -y -qq install $* || exit 1 |