diff options
author | bloodstalker <thabogre@gmail.com> | 2019-12-06 09:43:48 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-12-06 09:43:48 +0000 |
commit | 247efb34bb2b88488322aba59228aea1d86b3fff (patch) | |
tree | 11a5317d32b056f62468ab8d8e1ab623742f5941 | |
parent | travis fix [appveyor skip] (diff) | |
download | mutator-247efb34bb2b88488322aba59228aea1d86b3fff.tar.gz mutator-247efb34bb2b88488322aba59228aea1d86b3fff.zip |
travis fix [appveyor skip]
-rwxr-xr-x | extra-tools/keystoneubuntu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |