summaryrefslogtreecommitdiffstats
path: root/.travis/install-kde.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/install-kde.sh')
-rwxr-xr-x.travis/install-kde.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis/install-kde.sh b/.travis/install-kde.sh
index 0c54bbe3..5e865322 100755
--- a/.travis/install-kde.sh
+++ b/.travis/install-kde.sh
@@ -1,9 +1,10 @@
1#!/bin/bash 1#!/bin/bash
2set -xeuo pipefail
3IFS=$'\n\t'
2 4
3package=$1 5package=$1
4version=$2 6version=$2
5 7
6set -xeuo pipefail
7git clone "git://anongit.kde.org/$package" "/tmp/$package" 8git clone "git://anongit.kde.org/$package" "/tmp/$package"
8cd "/tmp/$package" 9cd "/tmp/$package"
9git checkout "$version" 10git checkout "$version"