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
Loading
Pipeline #
......@@ -99,6 +99,8 @@ for arg in "$@"; do
BUILD=true;GTEST=true ;;
-j* )
J="${arg//-j=/}" ;;
* )
usage ;;
esac
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment