aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Szymczyszyn <[email protected]>2017-11-01 16:00:42 +0100
committerRadek Szymczyszyn <[email protected]>2017-11-03 17:46:43 +0100
commit616d844cd3b2a5dbc729d468cf4f3298fb21dbf2 (patch)
tree770f8408e3d70182106927da39e613a653bf169a
parent5a4471530d0b53a31631c18b0f394459e4d795a8 (diff)
downloadkerl-616d844cd3b2a5dbc729d468cf4f3298fb21dbf2.tar.gz
kerl-616d844cd3b2a5dbc729d468cf4f3298fb21dbf2.tar.bz2
kerl-616d844cd3b2a5dbc729d468cf4f3298fb21dbf2.zip
Fix indentation
-rwxr-xr-xkerl10
1 files changed, 5 insertions, 5 deletions
diff --git a/kerl b/kerl
index 47ae798..1b1bb00 100755
--- a/kerl
+++ b/kerl
@@ -1157,12 +1157,12 @@ install_docsh() {
exit 1
fi
- ./rebar3 compile
- if [ $? -ne 0 ]; then
- echo "Couldn't compile docsh"
+ ./rebar3 compile
+ if [ $? -ne 0 ]; then
+ echo "Couldn't compile docsh"
rm -Rf "$DOCSH_DIR"
- exit 1
- fi
+ exit 1
+ fi
## Install $HOME/.erlang
if [ -f $HOME/.erlang ]; then