aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-12-06 09:37:36 +0000
committerbloodstalker <thabogre@gmail.com>2019-12-06 09:37:36 +0000
commitc2826edb6de9f17936d87cd356c3e1b105384508 (patch)
tree39749053891e60229b047ea4f6ce3fc1dd40f667 /extra-tools
parenttravis fix [appveyor skip] (diff)
downloadmutator-c2826edb6de9f17936d87cd356c3e1b105384508.tar.gz
mutator-c2826edb6de9f17936d87cd356c3e1b105384508.zip
travis fix [appveyor skip]
Diffstat (limited to 'extra-tools')
-rwxr-xr-xextra-tools/capstoneubuntu14.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra-tools/capstoneubuntu14.sh b/extra-tools/capstoneubuntu14.sh
index 97d30b6..e0722f1 100755
--- a/extra-tools/capstoneubuntu14.sh
+++ b/extra-tools/capstoneubuntu14.sh
@@ -4,8 +4,7 @@ cd $(dirname $0)
"wget" https://github.com/aquynh/capstone/archive/3.0.5-rc2.tar.gz -o capstone.tar.gz
"tar" -xvzf 3.0.5-rc2.tar.gz
-"ls" capstone*
-"cd" capstone*
+"cd" capstone-3.0.5-rc2
"make"
sudo make install
"cd" ..