Skip to content

Commit eda4579

Browse files
authored
Silence phpbrew output
1 parent 8cad337 commit eda4579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sem-install

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install::install_php() {
4141
rm -rf ${language_version}.tar.gz
4242
mv php-${language_version} ~/.phpbrew/php/
4343
if [ ! -d "~/.phpbrew/build/php-{$language_version}" ]; then
44-
output=$(phpbrew download ${language_version})
44+
output=$(phpbrew -q download ${language_version})
4545
tar -xjf ~/.phpbrew/distfiles/php-${language_version}.tar.bz2
4646
rm -rf ~/.phpbrew/distfiles/php-${language_version}.tar.bz2
4747
mv php-${language_version} ~/.phpbrew/build/

0 commit comments

Comments
 (0)