summaryrefslogtreecommitdiff
path: root/.travis/cmake-freebsd-stage2
diff options
context:
space:
mode:
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}