Skip to content

Commit ab8ec7a

Browse files
committed
don't hardcode /home/travis
1 parent 7837601 commit ab8ec7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-pear

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sleep .1
1010
send -s -- "1\r"
1111

1212
expect -re "Installation base (.*):"
13-
send -s -- "/home/travis/.phpenv/versions/$env(VERSION)\r"
13+
send -s -- "$env(HOME)/.phpenv/versions/$env(VERSION)\r"
1414

1515
expect -re "1-\[0-9]+, 'all' or Enter to continue:"
1616
sleep .1

0 commit comments

Comments
 (0)