diff options
| author | Radek Szymczyszyn <[email protected]> | 2017-11-01 16:00:42 +0100 |
|---|---|---|
| committer | Radek Szymczyszyn <[email protected]> | 2017-11-03 17:46:43 +0100 |
| commit | 616d844cd3b2a5dbc729d468cf4f3298fb21dbf2 (patch) | |
| tree | 770f8408e3d70182106927da39e613a653bf169a | |
| parent | 5a4471530d0b53a31631c18b0f394459e4d795a8 (diff) | |
| download | kerl-616d844cd3b2a5dbc729d468cf4f3298fb21dbf2.tar.gz kerl-616d844cd3b2a5dbc729d468cf4f3298fb21dbf2.tar.bz2 kerl-616d844cd3b2a5dbc729d468cf4f3298fb21dbf2.zip | |
Fix indentation
| -rwxr-xr-x | kerl | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
