Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ojullien committed Jul 10, 2019
1 parent 91eb354 commit 6d4aaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Console::waitUser
## -----------------------------------------------------------------------------
declare -i iReturn=1

if (( "$#" )); then
while (( "$#" )); do
case "$1" in
-t|--trace)
shift
Expand All @@ -77,7 +77,7 @@ if (( "$#" )); then
exit 0
;;
esac
fi
done

Install::run ${m_INSTALL_OPTION_REMOVE}
Console::waitUser
Expand Down

0 comments on commit 6d4aaf8

Please sign in to comment.