Skip to content

Commit

Permalink
$RET was overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
yagop committed Jul 13, 2015
1 parent b8a3a4f commit 893002a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ install() {
RET=$?
fi

RET=$?; if [ $RET -ne 0 ]; then
if [ $RET -ne 0 ]; then
echo "Error. Exiting."; exit $RET;
fi
cd ..
Expand Down

0 comments on commit 893002a

Please sign in to comment.