summaryrefslogtreecommitdiff
path: root/.travis/cmake-freebsd-stage2
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-05-06 00:15:09 +0100
committeriphydf <iphydf@users.noreply.github.com>2020-05-08 01:31:24 +0100
commit3d601fe32066619f50297cb52131d1bbf5e6862e (patch)
tree5729965696d1cfca2eb9b2975411389e1fde0d9f /.travis/cmake-freebsd-stage2
parent8f4400b9b4a63dd5674ea6e7cf15486e90a01174 (diff)
style: Run restyled on Travis and Circle CI scripts.
Diffstat (limited to '.travis/cmake-freebsd-stage2')
-rwxr-xr-x.travis/cmake-freebsd-stage24
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/cmake-freebsd-stage2 b/.travis/cmake-freebsd-stage2
index 98090ba1..6db74542 100755
--- a/.travis/cmake-freebsd-stage2
+++ b/.travis/cmake-freebsd-stage2
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/bash
2 2
3# Toxcore building 3# Toxcore building
4 4
@@ -35,7 +35,7 @@ travis_install() {
35 cd "$OLD_PWD" 35 cd "$OLD_PWD"
36 36
37 # Copy over toxcore code from Travis to qemu 37 # Copy over toxcore code from Travis to qemu
38 scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -P $SSH_PORT -r ./* root@localhost:~ 38 scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -P "$SSH_PORT" -r ./* root@localhost:~
39 39
40 RUN ls -lh 40 RUN ls -lh
41} 41}