Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Errors and exits if unable to build new ruby extent
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyt committed Feb 20, 2015
1 parent 1ff4375 commit a305067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ else
"${MAGLEV_HOME}/bin/rake" rdoc >/dev/null 2>&1
fi
else
echo "[Warning] Could not build new ruby extent"
echo "[Error] Could not build new ruby extent"
exit 1
fi
else
echo "[Warning] Can't find ${extent0}: Skip building ruby extent"
Expand Down

0 comments on commit a305067

Please sign in to comment.