Update for Travis
While zsh accepts the following code: ``` local paths=(${(s:/:)${1//"~\/"/}}) ``` Travis fails unless it is ``` local paths=$1 paths=(${(s:/:)${paths//"~\/"/}}) ```pull/22/head
parent
2214124327
commit
ec0f7bdacb
Loading…
Reference in New Issue