Whitespace fix.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
# See if the cmake folder is empty.
|
# See if the cmake folder is empty.
|
||||||
if [! -d "$HOME/cmake/lib"]; then
|
if [ ! -d "$HOME/cmake/lib" ]; then
|
||||||
wget http://www.cmake.org/files/v3.3/cmake-3.3.1.tar.gz
|
wget http://www.cmake.org/files/v3.3/cmake-3.3.1.tar.gz
|
||||||
tar -xzf cmake-3.3.1.tar.gz
|
tar -xzf cmake-3.3.1.tar.gz
|
||||||
cd cmake-3.3.1 && ./configure --prefix=$HOME/cmake && make && make install
|
cd cmake-3.3.1 && ./configure --prefix=$HOME/cmake && make && make install
|
||||||
|
|||||||
Reference in New Issue
Block a user