From 247efb34bb2b88488322aba59228aea1d86b3fff Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 6 Dec 2019 13:13:48 +0330 Subject: travis fix [appveyor skip] --- extra-tools/keystoneubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra-tools/keystoneubuntu.sh b/extra-tools/keystoneubuntu.sh index 490fefc..c2c0dc5 100755 --- a/extra-tools/keystoneubuntu.sh +++ b/extra-tools/keystoneubuntu.sh @@ -4,7 +4,7 @@ cd $(dirname $0) "wget" https://github.com/keystone-engine/keystone/archive/0.9.1.tar.gz -o keystone.tar.gz "tar" -xvzf 0.9.1.tar.gz -"cd" keystone* +"cd" keystone-0.9.1 "mkdir" build "cd" build ../make-share.sh -- cgit v1.2.3