aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-13 14:30:50 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-13 14:30:50 +0000
commitb48815c1a5438126987e6c1a80844fbfb8e1e47a (patch)
tree3ba06343b72b748568e5cde53c21a9d725268acc /extra-tools
parentfixed (diff)
downloadmutator-b48815c1a5438126987e6c1a80844fbfb8e1e47a.tar.gz
mutator-b48815c1a5438126987e6c1a80844fbfb8e1e47a.zip
fixed yet again
Diffstat (limited to 'extra-tools')
-rwxr-xr-xextra-tools/CITPreBuildDep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra-tools/CITPreBuildDep.sh b/extra-tools/CITPreBuildDep.sh
index 2ff372e..f7be0db 100755
--- a/extra-tools/CITPreBuildDep.sh
+++ b/extra-tools/CITPreBuildDep.sh
@@ -9,7 +9,7 @@
"./configure"
"make"
"sudo" make install
-"update-alternatives" --install /usr/bin/cmake cmake /usr/local/bin/cmake 1 --force
+"sudo" update-alternatives --install /usr/bin/cmake cmake /usr/local/bin/cmake 1 --force
#building llvm and clang 4.0.0
"cd" ~