Skip to content
Snippets Groups Projects
Commit c3a6c4f4 authored by Nico's avatar Nico
Browse files

Merge branch 'InstallWrongArg' into 'master'

Print the help option if wrong arg in install.sh

See merge request !103
parents 339350c1 9867d6ad
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,8 @@ for arg in "$@"; do ...@@ -99,6 +99,8 @@ for arg in "$@"; do
BUILD=true;GTEST=true ;; BUILD=true;GTEST=true ;;
-j* ) -j* )
J="${arg//-j=/}" ;; J="${arg//-j=/}" ;;
* )
usage ;;
esac esac
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment