Skip to content
Snippets Groups Projects
Commit eb97374c authored by felmer's avatar felmer
Browse files

SSDM-3584: fixing bug in build function: wrong path

SVN: 36379
parent c3593496
No related branches found
No related tags found
No related merge requests found
......@@ -73,8 +73,8 @@ function build {
echo "./build_ant.sh openbis_all $FULL_VER"
./build_ant.sh openbis_all $FULL_VER
else
echo "$BIN_DIR/build/build.sh release/$VER.x $FULL_VER"
"$BIN_DIR/build/build.sh" release/$VER.x $FULL_VER
echo "../$BIN_DIR/build/build.sh release/$VER.x $FULL_VER"
"../$BIN_DIR/build/build.sh" release/$VER.x $FULL_VER
fi
fi
state_end
......
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