Update Travis.

This commit is contained in:
Markus F.X.J. Oberhumer
2017-05-04 17:35:56 +02:00
parent 61798d33f0
commit ddf48b45a5
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ testsuite_split_f() {
fb=$(basename "$1")
fsubdir=$(basename "$fd")
# sanity checks
if [[ ! -f $f || -z $fsubdir || -z $fb ]]; then
if [[ ! -f "$1" || -z "$fsubdir" || -z "$fb" ]]; then
fd= fb= fsubdir=
fi
}