From: Zbigniew Jędrzejewski-Szmek Date: Mon, 20 May 2019 13:48:05 +0000 (+0200) Subject: travis: use variable to avoid one call X-Git-Tag: v243-rc1~400^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7ebc1e29878d079f7ac1178b458229de051293b;p=thirdparty%2Fsystemd.git travis: use variable to avoid one call --- diff --git a/travis-ci/managers/xenial.sh b/travis-ci/managers/xenial.sh index 7c7e163e4e7..865d63170f3 100755 --- a/travis-ci/managers/xenial.sh +++ b/travis-ci/managers/xenial.sh @@ -43,7 +43,7 @@ apt-get build-dep systemd -y apt-get install -y "${PACKAGES[@]}" pip3 install meson -cd ${REPO_ROOT:-$(pwd)} +cd ${REPO_ROOT:-$PWD} sed -i 's/2\.30/2.27/' meson.build