We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dea18 commit e8e6919Copy full SHA for e8e6919
bin/install-pear
@@ -3,14 +3,14 @@
3
set send_slow {1 .1}
4
set timeout -1
5
6
-spawn ./bin/php go-pear.phar
+spawn /home/travis/.asdf/installs/php/$env(VERSION)/bin/php go-pear.phar
7
8
expect -re "1-\[0-9]+, 'all' or Enter to continue:"
9
sleep .1
10
send -s -- "1\r"
11
12
expect -re "Installation base (.*):"
13
-send -s -- "$env(HOME)/.phpenv/versions/$env(VERSION)\r"
+send -s -- "$env(HOME)/.asdf/installs/php/$env(VERSION)\r"
14
15
16
0 commit comments