Skip to content
Snippets Groups Projects
Commit bf888fe6 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing jenkin script

parent 33db0286
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@
install_req=1
configure_options=""
for var in "$@"
for var in $@
do
echo $var
if [ test x"$var" -ne x"--disable-install-req" ]; then
if [ x"$var" != x"--disable-install-req" ] ; then
configure_options="$configure_options $var"
else
install_req=0
......
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