aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
diff options
context:
space:
mode:
Diffstat (limited to 'kerl')
-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