aboutsummaryrefslogtreecommitdiff
path: root/test-vm/bootstrap.sh
diff options
context:
space:
mode:
authorChristo Kotze <onaforeignshore@hotmail.co.uk>2018-02-22 21:22:04 +0300
committerChristo Kotze <onaforeignshore@hotmail.co.uk>2018-02-22 21:22:04 +0300
commitec0f7bdacbd2be5214588ca7c0b63f8b2697e2fd (patch)
treea35264630edef35d0fb16abc61d534c4c312f87c /test-vm/bootstrap.sh
parent2214124327849f51b3e78d2eacb0cd77e117fed7 (diff)
Update for Travis
While zsh accepts the following code: ``` local paths=(${(s:/:)${1//"~\/"/}}) ``` Travis fails unless it is ``` local paths=$1 paths=(${(s:/:)${paths//"~\/"/}}) ```
Diffstat (limited to 'test-vm/bootstrap.sh')
0 files changed, 0 insertions, 0 deletions